diff --git a/caddy/Caddyfile b/caddy/Caddyfile
index 46c3cc4..df02529 100644
--- a/caddy/Caddyfile
+++ b/caddy/Caddyfile
@@ -1,8 +1,6 @@
-# The Caddyfile is an easy way to configure your Caddy web server.
-
 https://www.ilnostropianetaselvaggio.it {
-	# Set this path to your site's directory.
-        root * /path/to/website/
+
+        root * /home/sistemostro/website/
 
 	# Enable the static file server.
         file_server
@@ -86,7 +84,9 @@ https://molly.ilnostropianetaselvaggio.it {
 }
 
 # GOT2SOCIAL
+# https://docs.gotosocial.org/en/latest/getting_started/reverse_proxy/caddy/
 https://social.ilnostropianetaselvaggio.it {
+    redir / /about 301
     encode zstd gzip
     reverse_proxy * localhost:8080 {
         flush_interval -1