We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c361ca commit 9fa2b12Copy full SHA for 9fa2b12
defaults/main/template.yml
@@ -65,7 +65,9 @@ nginx_config_main_template:
65
# worker_aio_requests: 32 # Number
66
worker_connections: 1024 # Number
67
http:
68
- include: /etc/nginx/conf.d/*.conf # String or a list of strings
+ include: # String or a list of strings
69
+ - /etc/nginx/mime.types
70
+ - /etc/nginx/conf.d/*.conf
71
# stream:
72
# include: # String or a list of strings
73
# - /etc/nginx/conf.d/stream/*.conf
0 commit comments