diff --git a/IT/Making nginx forward VPN and https traffic on tcp 443.md b/IT/Making nginx forward VPN and https traffic on tcp 443.md index f0e8d41..add0b55 100644 --- a/IT/Making nginx forward VPN and https traffic on tcp 443.md +++ b/IT/Making nginx forward VPN and https traffic on tcp 443.md @@ -26,4 +26,4 @@ When trying to start with that change applied, I got the error: nginx: [emerg] bind() to 0.0.0.0:443 failed (98: Address already in use) ``` ## IP Aliasing -Hoping in vain that nginx would somehow be able to request the provided IP from the dhcp \ No newline at end of file +Hoping in vain that nginx would somehow be able to request the provided IP from the DHCP server and listen to it with no other config, I modified the `listen` directive from `listen 443;` to `listen 192.168.0.8:443`. \ No newline at end of file