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?
Describe the error
The current NGINX subdirectory reverse proxy example has
proxy_redirectduplicated twice in the helperproxy.confconfiguration.Location
https://docs.ombi.app/info/reverse-proxy/#location-block
Suggested correction
The
proxy_redirectoption should only appear once.I believe
proxy_redirect http:// $scheme://;should be enough? It is more flexible to any environment or base URL configuration?