Fixed URL resolving

This commit is contained in:
2023-06-20 12:36:24 +02:00
parent 5ceb746d9b
commit 7daaf7808a

View File

@@ -8,6 +8,7 @@ server {
location / {
root /usr/share/nginx/html;
index index.html index.htm;
try_files $uri $uri/ /index.html;
expires -1;
add_header Cache-Control "private, no-store, no-cache, must-revalidate, proxy-revalidate, max-age=0";
}