Fix fallback for missing
This commit is contained in:
@@ -64,7 +64,7 @@
|
|||||||
add_header X-Content-Type-Options "nosniff";
|
add_header X-Content-Type-Options "nosniff";
|
||||||
location / {
|
location / {
|
||||||
root ${staticAssetsPath};
|
root ${staticAssetsPath};
|
||||||
try_files $uri $uri/ /index.php?$query_string;
|
try_files $uri $uri/ /index.html;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user