added beopen
This commit is contained in:
@@ -1,6 +1,3 @@
|
|||||||
# I certificati si trovano in
|
|
||||||
# /var/lib/caddy/.local/share/caddy/certificates/acme-v02.api.letsencrypt.org-directory/
|
|
||||||
|
|
||||||
# The Caddyfile is an easy way to configure your Caddy web server.
|
# The Caddyfile is an easy way to configure your Caddy web server.
|
||||||
|
|
||||||
# Imposta il livello di log globale
|
# Imposta il livello di log globale
|
||||||
@@ -33,6 +30,16 @@ https://novemila.org {
|
|||||||
redir https://www.novemila.org{uri}
|
redir https://www.novemila.org{uri}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# BEOPEN
|
||||||
|
|
||||||
|
https://beopen.novemila.org {
|
||||||
|
# Set this path to your site's directory.
|
||||||
|
root * /home/sistemostro/beopen/website/
|
||||||
|
|
||||||
|
# Enable the static file server.
|
||||||
|
file_server
|
||||||
|
}
|
||||||
|
|
||||||
# VAULTWARDEN
|
# VAULTWARDEN
|
||||||
|
|
||||||
https://vault.novemila.org {
|
https://vault.novemila.org {
|
||||||
@@ -142,9 +149,9 @@ https://photo.novemila.org {
|
|||||||
|
|
||||||
# READECK
|
# READECK
|
||||||
|
|
||||||
https://readeck.novemila.org {
|
#https://readeck.novemila.org {
|
||||||
reverse_proxy localhost:3019
|
# reverse_proxy localhost:3019
|
||||||
}
|
#}
|
||||||
|
|
||||||
# MAILCOW
|
# MAILCOW
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user