Anyone have a completely working Nginx Reverse Proxy config by chance?
I'm not accessing this externally or anything, just using my internal reverse proxy server so I can use a subdomain hostname just like I do with all my other services (i.e. https://vcore4.example.com). I've always done it this way as it makes accessing my multiple different printer models so easy and everything normal works fine - it's only the configurator page that won't load. Not sure what is different about that one and have tried a few config changes but no dice so far. Curious if anyone has a generic config that's fully working by chance. Thanks!
4 Replies
because it runs its own nginx
Ok. I'm far from an expert but I have enough self hosted services set up that doesn't a huge portion of software that has a web UI utilize either Apache or Nginx? I'm confused as to why that would break just a single page when 95% of it works perfectly.
The only clue I've seen so far was a console error that indicated the secure websocket connection couldn't be opened over a non-secure connection. Which would make sense since even though browser to RP is public trusted CA cert encrypted, the connection between the RP and RatOS is only HTTP.
That all makes me think I could easily fix if by serving RatOS over HTTPS (just with a basic self signed cert) but I don't suppose there's an easy way to do that without diving deep into each individual RatOS host I have right?
yeah you would probably have to update each running instance of nginx (which is already a reverse proxy) and edit it
Gotcha