Skip to content

Commit

Permalink
[Nginx] move conf.d include to end of nginx.conf
Browse files Browse the repository at this point in the history
  • Loading branch information
FreddleSpl0it committed Jan 23, 2025
1 parent da02e26 commit 04058ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data/conf/nginx/templates/nginx.conf.j2
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -124,4 +122,6 @@ http {
include /etc/nginx/includes/sites-default.conf;
}
{% endfor %}

include /etc/nginx/conf.d/*.conf;
}

0 comments on commit 04058ab

Please sign in to comment.