Remove forum.bbaovanc.com

This commit is contained in:
BBaoVanC 2022-07-12 00:08:29 -05:00
parent a26b936989
commit d97b572fa3
1 changed files with 0 additions and 21 deletions

View File

@ -1,21 +0,0 @@
# vim: ft=caddyfile
forum.bbaovanc.com {
encode zstd gzip
import hsts
handle /app/* {
reverse_proxy localhost:2083
}
root * /var/www/forum.bbaovanc.com/public
php_fastcgi unix//run/php/php-fpm.sock
header /assets/* {
+Cache-Control "public, must-revalidate, proxy-revalidate"
+Cache-Control "max-age=25000"
Pragma "public"
}
file_server
import basicerrors
}