Add includes
This commit is contained in:
parent
23a3bdbd50
commit
c7c2187287
1 changed files with 2 additions and 0 deletions
|
@ -53,6 +53,8 @@ server {
|
||||||
server_name ${dnsname};
|
server_name ${dnsname};
|
||||||
|
|
||||||
root ${wwwroot};
|
root ${wwwroot};
|
||||||
|
|
||||||
|
include /etc/nginx/conf.d/${dnsname}-*.conf;
|
||||||
}
|
}
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue