auto: daily config snapshot
This commit is contained in:
parent
1639677c5c
commit
4df9d68707
|
|
@ -37,16 +37,6 @@ kuma.inou.com, kuma.vault1984.com {
|
||||||
reverse_proxy 127.0.0.1:3001
|
reverse_proxy 127.0.0.1:3001
|
||||||
}
|
}
|
||||||
|
|
||||||
vault.inou.com {
|
|
||||||
log {
|
|
||||||
output file /var/log/caddy/vault.log {
|
|
||||||
roll_size 50mb
|
|
||||||
roll_keep 5
|
|
||||||
}
|
|
||||||
format json
|
|
||||||
}
|
|
||||||
reverse_proxy 127.0.0.1:8080
|
|
||||||
}
|
|
||||||
|
|
||||||
mail.inou.com {
|
mail.inou.com {
|
||||||
reverse_proxy 127.0.0.1:8880
|
reverse_proxy 127.0.0.1:8880
|
||||||
|
|
@ -69,3 +59,17 @@ stpetersburgaquatics.com, www.stpetersburgaquatics.com {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
clavitor.ai, clavitor.com, www.clavitor.ai, www.clavitor.com {
|
||||||
|
root * /var/www/clavitor
|
||||||
|
file_server
|
||||||
|
encode gzip
|
||||||
|
|
||||||
|
header {
|
||||||
|
Strict-Transport-Security "max-age=31536000; includeSubDomains; preload"
|
||||||
|
X-Content-Type-Options "nosniff"
|
||||||
|
X-Frame-Options "SAMEORIGIN"
|
||||||
|
Referrer-Policy "strict-origin-when-cross-origin"
|
||||||
|
-Server
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue