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