This commit is contained in:
2025-10-31 13:44:26 +01:00
parent b254c651a7
commit aaf9fd1bce
+1 -1
View File
@@ -22,7 +22,7 @@ server {
index index.html;
location / {
try_files $uri /index.html;
try_files \$uri /index.html;
}
BASE