Compare commits
2 Commits
95ca67ba71
...
57aceaf461
Author | SHA1 | Date | |
---|---|---|---|
57aceaf461 | |||
fb11fe0efb |
22
conf.d/forum.bbaovanc.com
Normal file
22
conf.d/forum.bbaovanc.com
Normal file
@ -0,0 +1,22 @@
|
||||
# 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
|
||||
}
|
11
conf.d/isso.bbaovanc.com
Normal file
11
conf.d/isso.bbaovanc.com
Normal file
@ -0,0 +1,11 @@
|
||||
# vim: ft=caddyfile
|
||||
|
||||
isso.bbaovanc.com {
|
||||
encode zstd gzip
|
||||
import hsts
|
||||
import log
|
||||
|
||||
reverse_proxy localhost:86
|
||||
|
||||
import basicerrors
|
||||
}
|
11
conf.d/lists.bbaovanc.com
Normal file
11
conf.d/lists.bbaovanc.com
Normal file
@ -0,0 +1,11 @@
|
||||
# vim: ft=caddyfile
|
||||
|
||||
lists.bbaovanc.com {
|
||||
encode zstd gzip
|
||||
import hsts
|
||||
import log
|
||||
|
||||
reverse_proxy localhost:85
|
||||
|
||||
import basicerrors
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user