mirror of
https://github.com/EDCD/coriolis.git
synced 2025-12-09 22:55:35 +00:00
fix nginx conf
This commit is contained in:
@@ -21,7 +21,7 @@ http {
|
|||||||
index index.html;
|
index index.html;
|
||||||
|
|
||||||
server_name localhost;
|
server_name localhost;
|
||||||
root /src/app/coriolis/build;
|
root /usr/share/nginx/html;
|
||||||
|
|
||||||
location ~* \.(?:manifest|appcache|html?|xml|json|css|js|map|jpg|jpeg|gif|png|ico|svg|eot|ttf|woff|woff2)$ {
|
location ~* \.(?:manifest|appcache|html?|xml|json|css|js|map|jpg|jpeg|gif|png|ico|svg|eot|ttf|woff|woff2)$ {
|
||||||
expires -1;
|
expires -1;
|
||||||
|
|||||||
Reference in New Issue
Block a user