master
adb-sh 2 years ago
parent d17ac890f2
commit 1650955045

@ -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 {

Loading…
Cancel
Save