1
0
mirror of https://github.com/mailcow/mailcow-dockerized.git synced 2025-12-13 09:56:01 +00:00

Merge pull request #6411 from mailcow/fix/6340

[Nginx] Move conf.d include before SNI vhosts
This commit is contained in:
FreddleSpl0it
2025-03-27 07:39:06 +01:00
committed by GitHub

View File

@@ -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;
}