Compare commits

..

No commits in common. "57aceaf461b92bf7423899740658b0abcf7a4d10" and "95ca67ba71fc5c9fbd83a2176f11429ad16b3805" have entirely different histories.

3 changed files with 0 additions and 44 deletions

View File

@ -1,22 +0,0 @@
# vim: ft=caddyfile
forum.bbaovanc.com {
encode zstd gzip
import hsts
import log
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
}

View File

@ -1,11 +0,0 @@
# vim: ft=caddyfile
isso.bbaovanc.com {
encode zstd gzip
import hsts
import log
reverse_proxy localhost:86
import basicerrors
}

View File

@ -1,11 +0,0 @@
# vim: ft=caddyfile
lists.bbaovanc.com {
encode zstd gzip
import hsts
import log
reverse_proxy localhost:85
import basicerrors
}