mirror of https://github.com/VERT-sh/VERT.git
Update and rename default.conf to default.conf.template
This commit is contained in:
parent
e1c83ba4ad
commit
2ad3cbc4f4
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue