Page 1 of 1

Nginix Proxy Configuration

Posted: Wednesday 14 December 2016 14:28
by markcame
Hello all,

I'm a bit confusing about configuration of Nginix reverse proxy.
I have my domoticz server actually runing on a network and i've made access from outside forwarding port 8080, now i want to securely it using Nginx.
so i have to remove port fowarding on 8080, put instead 80 and 433

Assuing tath my external pubblic ip is xxx.xxx.xxx.xxx how i configure certificate end Nginx in special mode for common name on server certificate end for FQDN in Nginx ?

I have read the wiki but i didn't find the right configration

i suppose that for FQDN i have to use only the ip without any port but for common name in server certificate ?

Thanks a lot
Marco

Re: Nginix Proxy Configuration

Posted: Wednesday 14 December 2016 16:19
by markcame
ok so the best practics is to register the ip on a dns service and use name parto of URI for certificate and complete URI for FQDN in configuration of Nginx ?