fix nginx

master
adb-sh 2 years ago
parent d17ac890f2
commit 1650955045

@ -79,11 +79,11 @@ http {
location / { location / {
#index index.html; index index.html;
#root /var/www/html; root /var/www/html;
#try_files $uri $uri/ /index.html; try_files $uri $uri/ /index.html;
proxy_set_header "Host" "127.0.0.1:8080"; #proxy_set_header "Host" "127.0.0.1:8080";
proxy_pass http://frontend:8080; #proxy_pass http://frontend:8080;
} }
location /api/public { location /api/public {

Loading…
Cancel
Save