mirror of
https://github.com/cupcakearmy/old.nicco.io.git
synced 2025-09-06 10:40:44 +00:00
nginx headers
This commit is contained in:
@@ -9,7 +9,7 @@ server {
|
||||
add_header Referrer-Policy "origin";
|
||||
|
||||
location / {
|
||||
root /usr/share/nginx/html;
|
||||
try_files $uri /index.html;
|
||||
root /srv;
|
||||
try_files $uri /index.html =404;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user