Why does my file repeatedly introduce nginx.conf?

calmok

Verified User
Joined
Aug 11, 2015
Messages
63
Yesterday, I accidentally found that I restarted nginx and prompted "nginx: [warn] conflicting server name "www.xxx.com" on 1.1.1.1:443, ignored"
I checked and found that” /etc/nginx/directadmin-vhosts.conf“
include /usr/local/directadmin/data/users/*/nginx.conf;
include /usr/local/directadmin/data/users/ph/nginx.conf;
include /usr/local/directadmin/data/users/wm/nginx.conf;
include /usr/local/directadmin/data/users/ps/nginx.conf;
include /usr/local/directadmin/data/users/mz/nginx.conf;
include /usr/local/directadmin/data/users/calm/nginx.conf;

The * in the first row is introduced repeatedly with other rows. I don't know whether it is caused by my modification or is it the same for everyone?
 
Back
Top