fix nginx
This commit is contained in:
parent
d17ac890f2
commit
1650955045
10
nginx.conf
10
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 {
|
||||
|
Loading…
Reference in New Issue
Block a user