Quantcast
Channel: Nginx Forum - How to...
Viewing all articles
Browse latest Browse all 4759

Re: MachineName vs IP in URL

$
0
0
I tried adding the IP address to the nginx.conf file:

server {
listen 8080 default_server;
listen [::]:8080 default_server;
server_name machineName.domain
1.2.3.4;

This didn't change anything.

Viewing all articles
Browse latest Browse all 4759

Trending Articles