fix nginx.conf

This commit is contained in:
_Bastler
2022-02-27 14:52:57 +01:00
parent d3df66b615
commit 8bc66723d5
-3
View File
@@ -40,9 +40,6 @@ server {
location / { location / {
root /usr/share/nginx/html; root /usr/share/nginx/html;
index index.html; index index.html;
}
location ~ ^/[@_]/ {
try_files $uri $uri/ /index.html; try_files $uri $uri/ /index.html;
} }
} }