diff --git a/entrypoint.sh b/entrypoint.sh index d3c677d..80b5d72 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -53,6 +53,8 @@ server { server_name ${dnsname}; root ${wwwroot}; + + include /etc/nginx/conf.d/${dnsname}-*.conf; } EOF