I am relatively new to reverse proxy. I have a personal domain, mydomain.net, and I am setting up reverse proxies for each docker container on my system. For example, Portainer should be accessed with 'port.mydomain.net'.
My reverse proxy (for all sites) is set up similarly to as follows:
However, when I attempt to access it through subdomain.mydomain.net, I keep coming back to:
Forbidden
You don't have permission to acccess this resource.
If I use 192.168.1.234:9000, I can access the docker container without issue. The weird thing about this is that it has worked, and just when I think I had figured it out, it doesn't work. If I reboot the NAS, for example, it stops working. What am I doing wrong? I would love to be able to access everything without having to use the nasname.synology.me tld to access everything.
My reverse proxy (for all sites) is set up similarly to as follows:
However, when I attempt to access it through subdomain.mydomain.net, I keep coming back to:
Forbidden
You don't have permission to acccess this resource.
If I use 192.168.1.234:9000, I can access the docker container without issue. The weird thing about this is that it has worked, and just when I think I had figured it out, it doesn't work. If I reboot the NAS, for example, it stops working. What am I doing wrong? I would love to be able to access everything without having to use the nasname.synology.me tld to access everything.