瀏覽代碼

Merge pull request #6255 from mailcow/staging

Automatic PR to nightly from 2025-01-23T11:01:42Z
FreddleSpl0it 7 月之前
父節點
當前提交
36d4fcbf39
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      data/conf/nginx/templates/nginx.conf.j2

+ 2 - 2
data/conf/nginx/templates/nginx.conf.j2

@@ -27,8 +27,6 @@ http {
 
     #gzip  on;
 
-    include /etc/nginx/conf.d/*.conf;
-
     # map-size.conf:
     map_hash_max_size 256;
     map_hash_bucket_size 256;
@@ -147,4 +145,6 @@ http {
         include /etc/nginx/includes/sites-default.conf;
     }
     {% endfor %}
+
+    include /etc/nginx/conf.d/*.conf;
 }