In CentOS I installed nginx version 1.6.3 and it came with a default config file that defines a server for port 80. I put my config file in conf.d/
but I couldn't find a way to override the default config other than modifying nginx.conf
.
Is there a way to override or disable the default server on port 80 without modifying nginx.conf
?