12 lines
198 B
Caddyfile
12 lines
198 B
Caddyfile
:8080 {
|
|
root * /srv
|
|
file_server
|
|
try_files {path} /index.html
|
|
header {
|
|
X-Content-Type-Options nosniff
|
|
X-Frame-Options DENY
|
|
Referrer-Policy strict-origin-when-cross-origin
|
|
}
|
|
encode gzip
|
|
}
|