From ccd9abc292a283d8b07148fed9f9d09b8493bea6 Mon Sep 17 00:00:00 2001 From: John JongYoon Kim Date: Mon, 15 Nov 2021 23:38:26 +0900 Subject: [PATCH] Dockerfile updated --- conf/nginx.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/conf/nginx.conf b/conf/nginx.conf index 954bd5c..4ddd9b9 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -17,9 +17,10 @@ http { server { listen 8080; + server_name https://main-platanus-wisdomify.endpoint.ainize.ai/; location / { - root /youtora_fe; + root /platanus; index index.html; try_files $uri $uri/ /index.html; }