Remove part of the nginx setup (in README.md) to prevent redirect to request.url issues
This commit is contained in:
parent
411ea91084
commit
101b5cadb5
1 changed files with 0 additions and 1 deletions
|
|
@ -39,7 +39,6 @@ to:
|
||||||
```
|
```
|
||||||
location / {
|
location / {
|
||||||
proxy_pass http://127.0.0.1:5000;
|
proxy_pass http://127.0.0.1:5000;
|
||||||
proxy_redirect http://127.0.0.1:5000 $scheme://$host:5000;
|
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue