From 9011d09a4db7df5189674ce7551dd8c83827e5cf Mon Sep 17 00:00:00 2001 From: dado Date: Sat, 22 Mar 2025 16:56:28 +0100 Subject: [PATCH] added phanpy.novemila.org --- caddy/Caddyfile | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/caddy/Caddyfile b/caddy/Caddyfile index 57edf37..a115c10 100644 --- a/caddy/Caddyfile +++ b/caddy/Caddyfile @@ -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 } } }