mirror of
https://github.com/MeshCore-Beacon/beacon-web.git
synced 2026-09-16 02:15:33 +00:00
13 lines
197 B
Caddyfile
13 lines
197 B
Caddyfile
:80 {
|
|
root * /srv
|
|
file_server
|
|
try_files {path} /index.html
|
|
encode gzip
|
|
|
|
header {
|
|
X-Content-Type-Options nosniff
|
|
X-Frame-Options DENY
|
|
Referrer-Policy strict-origin-when-cross-origin
|
|
}
|
|
}
|