Correcting nginx configuration for prod

This commit is contained in:
2023-03-16 02:24:21 +01:00
parent 2b55d206e2
commit 70a863f6e1

View File

@@ -30,7 +30,7 @@ http {
root /usr/share/nginx/html; root /usr/share/nginx/html;
location / { location / {
try_files $uri $uri/ /usr/share/nginx/html/index.html =404; try_files $uri $uri/ /index.html?$args;
} }
location ~* ^.+\.css$ { location ~* ^.+\.css$ {