-
I've been trying to resolve this issue over 2 days and I'm lost at this point frankly. I have been using nginx proxy manager for my home unraid box for sometime, and had been using the one published by Djoss for quite some time. The other night I realized one of my site certs had lapsed and went and got a new Letsencrypt cert generated. It error'd for me, and thinking that something got messed up I just cleaned up the config and re-created the proxy host. At this time is when I suddenly got the redirect. Not being very experienced with nginx, I reinstalled the entire docker thinking something got messed up. When no change occured I started digging more. I noticed that there was now an official docker for this so I downloaded and resetup the configurations brand new. Problem is, still redirecting to http://_ This is what my current config looks like. I've tried enabling and disabling Force SSL, HTTP/2, and HTPS but no change in behavior. Frankly I'm lost and could use some help from folks with more expertise. Any direction to fix would be appreciated. ` listen 80; listen 443 ssl http2; server_name site.domain.com; Let's Encrypt SSLinclude conf.d/include/letsencrypt-acme-challenge.conf; access_log /data/logs/proxy-host-1_access.log proxy; Custominclude /data/nginx/custom/server_proxy[.]conf; |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Found resolution. Apparently I did get the issue fixed, but DNS cache was not clearing on stuff as I thought it was. I'm resolved at this point. |
Beta Was this translation helpful? Give feedback.
Found resolution. Apparently I did get the issue fixed, but DNS cache was not clearing on stuff as I thought it was. I'm resolved at this point.