From bd312a76ab905f3a40d3a21f08e3cfeafd39885d Mon Sep 17 00:00:00 2001 From: FyloZ Date: Thu, 11 Feb 2021 23:42:55 -0500 Subject: [PATCH] CI/CdI --- frontend.nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend.nginx.conf b/frontend.nginx.conf index 251f1c3..6c63466 100644 --- a/frontend.nginx.conf +++ b/frontend.nginx.conf @@ -17,7 +17,7 @@ http { server { include /etc/nginx/mime.types; listen 80; - root /usr/bin/cre/; + root /usr/bin/cre/dist/frontend; index index.html; location / {