In my router setting, I have set as following:
- port 5000 - my synology disk station entry
- port 1337 - my router panel
And I have set some subdomain to my external IP using DDNS:
- wifi.example.com
- disk.example.com
- www.example.com
What I want to do is:
- wifi.example.com redirect to port 1337 and go into router panel
- disk.example.com redirect to port 5000 and go into synology panel
- www.example.com go to synology web station server
I have tried set port 80 to my disk station in router setting, and want to do redirection in disk station via nginx or reverse proxy which provided by synology. However, I cannot find the nginx.conf in the synology. I tried set the reverse proxy but fail.
Can anyone provide me any clues for this? Appreciate for any help.
