Skip to content

Commit 9fa2b12

Browse files
authored
Improve the NGINX main config defaults (2nd try) (#254)
1 parent 5c361ca commit 9fa2b12

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

defaults/main/template.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,9 @@ nginx_config_main_template:
6565
# worker_aio_requests: 32 # Number
6666
worker_connections: 1024 # Number
6767
http:
68-
include: /etc/nginx/conf.d/*.conf # String or a list of strings
68+
include: # String or a list of strings
69+
- /etc/nginx/mime.types
70+
- /etc/nginx/conf.d/*.conf
6971
# stream:
7072
# include: # String or a list of strings
7173
# - /etc/nginx/conf.d/stream/*.conf

0 commit comments

Comments
 (0)