Hello,
Just bought the MC25 master upgrade and thought I would ask about something that I have been trying to get running for a while now. I have a setup for creating an SSH tunnel from a local raspberry pi installation to a server that is constantly on and acts as gateway for global access. If I connect directly to the port (2224) I specified everything works. However to make my URL more pretty I would love to have a reverse proxy (port 80 -> 2224). I did setup the reserve proxy already so I can access webgizmo through the same port. However when I want to to setup the library through mediacenter directly I can not use the reverse proxy as it only opens a library in read only mode and then displays nothing. I basically only used the following settings:
ProxyPreserveHost On
ProxyRequests off
ProxyPass /
http://localhost:2224/ProxyPassReverse /
http://localhost:2224/Network:
(PI) --> (Server - reverse tunnel on 2224) <-- (Client - access on 2224)
I want:
(PI) --> (Server - reverse tunnel on 2224 and revers proxy on 80) <-- (Client - access on 80)
Do I need something else to make it work? The reason why I want the pretty solution is also because then I can use a Lets Encrypt certificate to handle the security and I do not need to worry about network sniffing. Can this be done easily? Am I missing something in the reverse proxy configuration? I tried to find a solution through the search function but I could not find anything that solved my issue. If I should provide more information I am more than happy to do so.