Hello!
My server is running nginx delivering my web content hosted on various ports through port 80 and 443 on my domain, and I usually run a /path for each service.
I have one Proxmox server and it won't grow right now so I only need this to be compatible with one server.
I want my https://*INTERNAL IP*:8006 to be server through https://mydomain.com/admin on port 443 and 80 if possible, if not possible I want port 80 connections to be redirected to https.
I've seen some guide on doing this on path / but not any other and I can't configure those to work with /admin, is there any headers I have to rewrite for /admin?
My proxmox server is running with the default self-signed cert, my nginx instance have a valid SSL certificate, that is the certificate I want my users exposed to.
My server is running nginx delivering my web content hosted on various ports through port 80 and 443 on my domain, and I usually run a /path for each service.
I have one Proxmox server and it won't grow right now so I only need this to be compatible with one server.
I want my https://*INTERNAL IP*:8006 to be server through https://mydomain.com/admin on port 443 and 80 if possible, if not possible I want port 80 connections to be redirected to https.
I've seen some guide on doing this on path / but not any other and I can't configure those to work with /admin, is there any headers I have to rewrite for /admin?
My proxmox server is running with the default self-signed cert, my nginx instance have a valid SSL certificate, that is the certificate I want my users exposed to.