Hello,
I did my first steps with nginx and set up a reverse proxy on a raspberry pi.
Until now it works the following way:
MyDyndnsdomain.com -> points to an internal IP Webcam 192.168.1.25
This works as expected using https with certbot and lets encrypt. But as a next step I want to expand the setup to multiple international servers, for example:
MyDyndnsdomain.com/cam1 -> points to an IP Webcam #1 192.168.1.25
MyDyndnsdomain.com/cam2 -> points to an IP Webcam #2 192.168.1.26
MyDyndnsdomain.com/Home -> points to an Webserver 192.168.1.27/html/Homepage
MyDyndnsdomain.com/webdav -> points to a WebDAV storage 192.168.1.28
Do I have to configure these as different virtual servers or are „locations“ what I need to look into?
Best regards
S
I did my first steps with nginx and set up a reverse proxy on a raspberry pi.
Until now it works the following way:
MyDyndnsdomain.com -> points to an internal IP Webcam 192.168.1.25
This works as expected using https with certbot and lets encrypt. But as a next step I want to expand the setup to multiple international servers, for example:
MyDyndnsdomain.com/cam1 -> points to an IP Webcam #1 192.168.1.25
MyDyndnsdomain.com/cam2 -> points to an IP Webcam #2 192.168.1.26
MyDyndnsdomain.com/Home -> points to an Webserver 192.168.1.27/html/Homepage
MyDyndnsdomain.com/webdav -> points to a WebDAV storage 192.168.1.28
Do I have to configure these as different virtual servers or are „locations“ what I need to look into?
Best regards
S