Skip to content

Commit ba0349a

Browse files
Merge pull request #6256 from mailcow/staging
[Nginx] move conf.d include to end of nginx.conf
2 parents 8caf09c + 04058ab commit ba0349a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

data/conf/nginx/templates/nginx.conf.j2

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,6 @@ http {
2727

2828
#gzip on;
2929

30-
include /etc/nginx/conf.d/*.conf;
31-
3230
# map-size.conf:
3331
map_hash_max_size 256;
3432
map_hash_bucket_size 256;
@@ -124,4 +122,6 @@ http {
124122
include /etc/nginx/includes/sites-default.conf;
125123
}
126124
{% endfor %}
125+
126+
include /etc/nginx/conf.d/*.conf;
127127
}

0 commit comments

Comments
 (0)