fix nginx.conf

This commit is contained in:
_Bastler 2022-02-27 14:52:57 +01:00
parent d3df66b615
commit 8bc66723d5

View File

@ -40,9 +40,6 @@ server {
location / {
root /usr/share/nginx/html;
index index.html;
}
location ~ ^/[@_]/ {
try_files $uri $uri/ /index.html;
}
}