From 94e0e80553faea116687bbf717f1ecc10e7025bb Mon Sep 17 00:00:00 2001 From: FyloZ Date: Tue, 4 May 2021 10:22:15 -0400 Subject: [PATCH] Update nginx.conf pour le bon chemin --- nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 / {