diff --git a/nginx.conf b/nginx.conf index be570f8..1f73fad 100644 --- a/nginx.conf +++ b/nginx.conf @@ -5,7 +5,7 @@ events { worker_connections 1024; } http { server { listen 80; - root /usr/bin/cre/dist; + root /usr/bin/cre/dist/color-recipes-explorer-frontend; include /etc/nginx/mime.types; location / {