Configuring reverse proxy with nginx-proxy-manager #959
-
Hi, I'm having a little trouble figuring out the right way to configure nginx proxy manager to get from my newly registered domain to overseerr and am hoping someone can help me bridge the gap. I have some Linux server experience but none with this sort of stuff. I followed this guide
message, so I assume my problem is between Nginx Proxy Manager and Overseerr (which is functional). My suspicion is that my lack of a config file is my problem. I saw this nginx example on the Overseerr documentation, but I can't connect the dots on how to get that into NPM. I tried pasting it into the config section of the Advanced tab of my proxy host settings, but that knocked it offline. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Hi again, @jtermi03! While we provide sample reverse proxy configurations in our documentation, we do not provide support for Nginx Proxy Manager specifically. If you need help with Nginx Proxy Manager, your best bet is through their support channels. That said, we also do have an active Discord server. You can try asking in And if you're willing to consider other options, my personal favorite reverse proxy solution is SWAG. It comes pre-loaded with sample proxy configurations for various services, including Overseerr. |
Beta Was this translation helpful? Give feedback.
-
You need to use http (not https) for the "scheme". You can for SSL and use HTTP/2 Support. For the SSL Certificate you need to use the certificate from cloudflare or other source if you have strict encryption enabled, otherwise choose request a new SSL. You should not require any Custom Nginx Configuration |
Beta Was this translation helpful? Give feedback.
Hi again, @jtermi03! While we provide sample reverse proxy configurations in our documentation, we do not provide support for Nginx Proxy Manager specifically. If you need help with Nginx Proxy Manager, your best bet is through their support channels.
That said, we also do have an active Discord server. You can try asking in
#off-topic
to see if anyone else has any experience using Nginx Proxy Manager.And if you're willing to consider other options, my personal favorite reverse proxy solution is SWAG. It comes pre-loaded with sample proxy configurations for various services, including Overseerr.