Fix fallback for missing

This commit is contained in:
Ivan Malison 2024-12-09 13:21:45 -07:00
parent 25a2b8c695
commit b84b666845

View File

@ -64,7 +64,7 @@
add_header X-Content-Type-Options "nosniff";
location / {
root ${staticAssetsPath};
try_files $uri $uri/ /index.php?$query_string;
try_files $uri $uri/ /index.html;
}
}
}