Update nginx.conf pour le bon chemin
This commit is contained in:
parent
d309fbab83
commit
94e0e80553
|
@ -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 / {
|
||||
|
|
Loading…
Reference in New Issue