remove old, fix nginx

This commit is contained in:
_Bastler
2021-09-17 10:23:00 +02:00
parent 0bf49fa26a
commit f053ece7da
4 changed files with 1 additions and 31 deletions
-3
View File
@@ -8,9 +8,6 @@ server {
location / {
root /usr/share/nginx/html;
index index.html index.htm;
}
location ~ ^/[@_]/ {
try_files $uri $uri/ /index.html;
}
}