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 {