Update and rename default.conf to default.conf.template

This commit is contained in:
upmcplanetracker 2026-07-19 14:48:46 -04:00 committed by GitHub
parent e1c83ba4ad
commit 2ad3cbc4f4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 3 deletions

View File

@ -1,6 +1,6 @@
server {
listen 80;
listen [::]:80;
# IPV6_PLACEHOLDER
server_name vert;
root /usr/share/nginx/html;
@ -8,7 +8,6 @@ server {
client_max_body_size 10M;
# Security headers
add_header X-Frame-Options "SAMEORIGIN" always;
add_header X-Content-Type-Options "nosniff" always;
add_header Referrer-Policy "strict-origin-when-cross-origin" always;
@ -19,4 +18,4 @@ server {
}
error_page 404 /index.html;
}
}