Ombi-app / Ombi.Docs

10 stars 18 forks source link

Ombi NGINX reverse proxy subdirectory example has duplicate `proxy_redirect` option #191

Open jamesmacwhite opened 2 years ago

jamesmacwhite commented 2 years ago

Describe the error

The current NGINX subdirectory reverse proxy example has proxy_redirect duplicated twice in the helper proxy.conf configuration.

Location

https://docs.ombi.app/info/reverse-proxy/#location-block

Suggested correction

The proxy_redirect option should only appear once.

I believe proxy_redirect http:// $scheme://; should be enough? It is more flexible to any environment or base URL configuration?

Berserkir-Wolf commented 2 years ago

Will test with and without when I get a chance, and adjust accordingly.