diff --git a/data/conf/nginx/templates/nginx.conf.j2 b/data/conf/nginx/templates/nginx.conf.j2 index a4ff70e51..ff5f8f184 100644 --- a/data/conf/nginx/templates/nginx.conf.j2 +++ b/data/conf/nginx/templates/nginx.conf.j2 @@ -182,6 +182,8 @@ http { } } + include /etc/nginx/conf.d/*.conf; + {% for cert in valid_cert_dirs %} server { {% if not HTTP_REDIRECT %} @@ -206,6 +208,4 @@ http { include /etc/nginx/includes/sites-default.conf; } {% endfor %} - - include /etc/nginx/conf.d/*.conf; }