mirror of
https://github.com/EDCD/coriolis.git
synced 2025-12-08 22:33:24 +00:00
fix nginx conf
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user