From a1ce293daf584107a90a057cac0dd54a925c2534 Mon Sep 17 00:00:00 2001 From: Ricardo Arturo Cabral Mejia Date: Sun, 13 Feb 2022 20:13:59 +0000 Subject: [PATCH] fix: use correct paths in nginx conf --- nginx/conf.d/default.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx/conf.d/default.conf b/nginx/conf.d/default.conf index 1adeb10..e1e0040 100644 --- a/nginx/conf.d/default.conf +++ b/nginx/conf.d/default.conf @@ -1,6 +1,6 @@ server { listen 80; - root /app/public; + root /app; location / { index index.html;