We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
proxy_redirect
Describe the error
The current NGINX subdirectory reverse proxy example has proxy_redirect duplicated twice in the helper proxy.conf configuration.
proxy.conf
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?
proxy_redirect http:// $scheme://;
The text was updated successfully, but these errors were encountered:
Will test with and without when I get a chance, and adjust accordingly.
Sorry, something went wrong.
No branches or pull requests
Describe the error
The current NGINX subdirectory reverse proxy example has
proxy_redirect
duplicated twice in the helperproxy.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?The text was updated successfully, but these errors were encountered: