13 lines
222 B
Caddyfile
13 lines
222 B
Caddyfile
:80 {
|
|
root * /srv
|
|
encode zstd gzip
|
|
try_files {path} {path}/ /index.html
|
|
file_server
|
|
|
|
header {
|
|
X-Content-Type-Options "nosniff"
|
|
Referrer-Policy "strict-origin-when-cross-origin"
|
|
X-Frame-Options "SAMEORIGIN"
|
|
}
|
|
}
|