added phanpy.novemila.org
This commit is contained in:
parent
70a0eae820
commit
9011d09a4d
@ -1,3 +1,5 @@
|
||||
# The Caddyfile is an easy way to configure your Caddy web server.
|
||||
|
||||
# Imposta il livello di log globale
|
||||
{
|
||||
log {
|
||||
@ -13,15 +15,27 @@
|
||||
https://www.novemila.org {
|
||||
# Set this path to your site's directory.
|
||||
root * /home/sistemostro/website/
|
||||
|
||||
# Enable the static file server.
|
||||
file_server
|
||||
|
||||
# Another common task is to set up a reverse proxy:
|
||||
# reverse_proxy localhost:8080
|
||||
|
||||
# Or serve a PHP site through php-fpm:
|
||||
# php_fastcgi localhost:9000
|
||||
}
|
||||
|
||||
https://novemila.org {
|
||||
redir https://www.novemila.org{uri}
|
||||
}
|
||||
|
||||
# PHANPY
|
||||
|
||||
https://phanpy.novemila.org {
|
||||
root * /home/sistemostro/phanpy/
|
||||
file_server
|
||||
}
|
||||
|
||||
# VAULTWARDEN
|
||||
|
||||
https://vault.novemila.org {
|
||||
@ -74,7 +88,7 @@ https://podcast.novemila.org {
|
||||
https://admin.cloud.novemila.org {
|
||||
reverse_proxy localhost:3010 {
|
||||
transport http {
|
||||
tls_insecure_skip_verify
|
||||
tls_insecure_skip_verify
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user