Nginx 404 fix

This commit is contained in:
Andrey 2023-05-06 17:51:38 +03:00
parent c2fd747f33
commit 5b076aa9de

View file

@ -8,6 +8,7 @@ server {
location / {
root /usr/share/nginx/html;
index index.html index.htm;
try_files $uri $uri/ /index.html;
}
location /api {