Accessing remotely and SSL

There’s a Ubuntu 20.04 instance running in a VM in Unraid on my server which is a LAMP server hosting various websites.

I’m able to access “mydomain.com:” to view my photos, but this is purely by port forwarding. If I try https://<mydomain.com>: I naturally get an error. So, I’m wondering if there’s a way for me to use a Reverse Proxy in Apache to bridge the gap between my web server and my PS instance.

Ideally, I would be doing https://photos..com.

Can it be done?

1 Like

Yes, I use a traefik container on unraid to reverse proxy (with SSL) photostructure and other containers. I know others use nginx. So it can, and has been done.

@avdp is correct: absolutely, and in a ton of different ways!