Add includes

This commit is contained in:
Nico Schottelius 2019-12-14 23:40:04 +01:00
parent 23a3bdbd50
commit c7c2187287
1 changed files with 2 additions and 0 deletions

View File

@ -53,6 +53,8 @@ server {
server_name ${dnsname};
root ${wwwroot};
include /etc/nginx/conf.d/${dnsname}-*.conf;
}
EOF