mirror of
https://github.com/TronoSfera/Law.git
synced 2026-05-18 10:03:45 +03:00
16 lines
372 B
Caddyfile
16 lines
372 B
Caddyfile
ruakb.ru, www.ruakb.ru {
|
|
encode zstd gzip
|
|
|
|
header {
|
|
Strict-Transport-Security "max-age=31536000; includeSubDomains; preload"
|
|
X-Content-Type-Options "nosniff"
|
|
X-Frame-Options "DENY"
|
|
Referrer-Policy "strict-origin-when-cross-origin"
|
|
}
|
|
|
|
reverse_proxy frontend:80
|
|
}
|
|
|
|
http://45.150.36.116 {
|
|
redir https://ruakb.ru{uri} 308
|
|
}
|