-
-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
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
[BUG] Config not updated if adding new application type when using reverse proxy #147
Comments
Thanks for opening your first issue here! Be sure to follow the relevant issue templates, or risk having this issue marked as invalid. |
See #128 |
This issue has been automatically marked as stale because it has not had recent activity. This might be due to missing feedback from OP. It will be closed if no further activity occurs. Thank you for your contributions. |
How are you reverse proxying the app? |
I reverse proxy and it works just fine for me. Sounds like a config issue with nginx? |
Agreed - closing this off, if the issue sticks around please hop in discord as this doesn't appear to be an issue with the container itself. |
Is there an existing issue for this?
Current Behavior
Calling on local setup https://192.168.1.210:32771 -> Application list -> ADD -> Application Type: Radarr
-> this works
Expected Behavior
Steps To Reproduce
nginx config:
location / {
proxy_set_header Host $host;
proxy_set_header X-Forwarded-Scheme $scheme;
proxy_set_header X-Forwarded-Proto $scheme;
proxy_set_header X-Forwarded-For $remote_addr;
proxy_set_header X-Real-IP $remote_addr;
proxy_pass $forward_scheme://$server:$port$request_uri;
}
Environment
CPU architecture
x86-64
Docker creation
Container logs
The text was updated successfully, but these errors were encountered: