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.
|
||||
|
||||
# Imposta il livello di log globale
|
||||
@@ -33,6 +30,16 @@ https://novemila.org {
|
||||
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
|
||||
|
||||
https://vault.novemila.org {
|
||||
@@ -142,9 +149,9 @@ https://photo.novemila.org {
|
||||
|
||||
# READECK
|
||||
|
||||
https://readeck.novemila.org {
|
||||
reverse_proxy localhost:3019
|
||||
}
|
||||
#https://readeck.novemila.org {
|
||||
# reverse_proxy localhost:3019
|
||||
#}
|
||||
|
||||
# MAILCOW
|
||||
|
||||
|
||||
Reference in New Issue
Block a user