Remove part of the nginx setup (in README.md) to prevent redirect to request.url issues

This commit is contained in:
TT-392 2024-12-04 22:02:11 +01:00
parent 411ea91084
commit 101b5cadb5

View file

@ -39,7 +39,6 @@ to:
```
location / {
proxy_pass http://127.0.0.1:5000;
proxy_redirect http://127.0.0.1:5000 $scheme://$host:5000;
}
```