From 16509550450f792ed3c7b45385a57a0270a78d6c Mon Sep 17 00:00:00 2001 From: adb-sh Date: Wed, 2 Nov 2022 12:15:54 +0100 Subject: [PATCH] fix nginx --- nginx.conf | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/nginx.conf b/nginx.conf index 6b014d5..fe447e2 100644 --- a/nginx.conf +++ b/nginx.conf @@ -79,11 +79,11 @@ http { location / { - #index index.html; - #root /var/www/html; - #try_files $uri $uri/ /index.html; - proxy_set_header "Host" "127.0.0.1:8080"; - proxy_pass http://frontend:8080; + index index.html; + root /var/www/html; + try_files $uri $uri/ /index.html; + #proxy_set_header "Host" "127.0.0.1:8080"; + #proxy_pass http://frontend:8080; } location /api/public {