Hey guys,
I successfully setup my server with let’s encrypt as described here:
https://plaza.quickbox.io/t/install-lets-encrypt-on-your-seedbox/99
I really want to set up a reverse proxy to sonarr using the apache webserver. Basically what i wanna do is the following:
https://domain.com/sonarr -> http://domain.com:8989
I have to add these lines in the apache2 configuration, I guess:
ProxyPass /sonarr http://localhost:8989/sonarr
ProxyPassReverse /sonarr http://localhost:8989/sonarr
When I realod the apache2 service i can now access https://domain.com/sonarr
, but it is only showing a white page saying: “Sonar Ver.”
I would be thankful for tipps. Furthermore I think the reverse proxy should be setup automatically.