Add includes

This commit is contained in:
Nico Schottelius 2019-12-14 23:40:04 +01:00
parent 23a3bdbd50
commit c7c2187287

View file

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