fix nginx.conf

This commit is contained in:
_Bastler 2022-02-27 14:52:13 +01:00
parent 51719660d9
commit c12582c329

View File

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