1232w
This commit is contained in:
parent
d759ff220c
commit
8c9d64cc23
|
|
@ -7,7 +7,7 @@ server {
|
||||||
}
|
}
|
||||||
|
|
||||||
location / {
|
location / {
|
||||||
proxy_pass http://flask:5205;
|
proxy_pass http://host.docker.internal:5205;
|
||||||
|
|
||||||
proxy_set_header Host $host;
|
proxy_set_header Host $host;
|
||||||
proxy_set_header X-Real-IP $remote_addr;
|
proxy_set_header X-Real-IP $remote_addr;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue