added phanpy.novemila.org

This commit is contained in:
dado 2025-03-22 16:56:28 +01:00
parent 70a0eae820
commit 9011d09a4d

View File

@ -1,3 +1,5 @@
# The Caddyfile is an easy way to configure your Caddy web server.
# Imposta il livello di log globale # Imposta il livello di log globale
{ {
log { log {
@ -13,15 +15,27 @@
https://www.novemila.org { https://www.novemila.org {
# Set this path to your site's directory. # Set this path to your site's directory.
root * /home/sistemostro/website/ root * /home/sistemostro/website/
# Enable the static file server. # Enable the static file server.
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 { https://novemila.org {
redir https://www.novemila.org{uri} redir https://www.novemila.org{uri}
} }
# PHANPY
https://phanpy.novemila.org {
root * /home/sistemostro/phanpy/
file_server
}
# VAULTWARDEN # VAULTWARDEN
https://vault.novemila.org { https://vault.novemila.org {
@ -74,7 +88,7 @@ https://podcast.novemila.org {
https://admin.cloud.novemila.org { https://admin.cloud.novemila.org {
reverse_proxy localhost:3010 { reverse_proxy localhost:3010 {
transport http { transport http {
tls_insecure_skip_verify tls_insecure_skip_verify
} }
} }
} }