Add commento.bbaovanc.com and brainman.org
This commit is contained in:
parent
3ba7857ccf
commit
54b8815df9
18
conf.d/brainman.org
Normal file
18
conf.d/brainman.org
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
# vim: ft=caddyfile
|
||||||
|
|
||||||
|
www.brainman.org {
|
||||||
|
redir https://brainman.org{uri}
|
||||||
|
}
|
||||||
|
|
||||||
|
brainman.org {
|
||||||
|
import hsts
|
||||||
|
import log
|
||||||
|
|
||||||
|
header Cache-Control no-cache
|
||||||
|
root * /var/www/brainman.org/public
|
||||||
|
file_server {
|
||||||
|
precompressed br gzip
|
||||||
|
}
|
||||||
|
|
||||||
|
import basicerrors
|
||||||
|
}
|
11
conf.d/commento.bbaovanc.com
Normal file
11
conf.d/commento.bbaovanc.com
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
# vim: ft=caddyfile
|
||||||
|
|
||||||
|
commento.bbaovanc.com {
|
||||||
|
encode zstd gzip
|
||||||
|
import hsts
|
||||||
|
import log
|
||||||
|
|
||||||
|
reverse_proxy localhost:83
|
||||||
|
|
||||||
|
import basicerrors
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user