From cd1e27fd11457ef82ad822d82e5c76999f1d361b Mon Sep 17 00:00:00 2001 From: willyb321 Date: Wed, 25 Jul 2018 11:48:01 +1000 Subject: [PATCH] fix nginx conf --- .docker/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.docker/nginx.conf b/.docker/nginx.conf index cd82ec07..37848fa3 100644 --- a/.docker/nginx.conf +++ b/.docker/nginx.conf @@ -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;