fix nginx conf

This commit is contained in:
willyb321
2018-07-25 11:48:01 +10:00
parent 0fd1c19514
commit cd1e27fd11

View File

@@ -21,7 +21,7 @@ http {
index index.html;
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)$ {
expires -1;