Update nginx.conf pour le bon chemin

This commit is contained in:
FyloZ 2021-05-04 10:22:15 -04:00
parent d309fbab83
commit 94e0e80553
1 changed files with 1 additions and 1 deletions

View File

@ -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 / {