File tree Expand file tree Collapse file tree 2 files changed +11
-5
lines changed Expand file tree Collapse file tree 2 files changed +11
-5
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 0.5.2 (Unreleased)
4
+
5
+ BUG FIXES:
6
+
7
+ Improve the NGINX main config defaults to bring them closer to the standard NGINX defaults on a fresh NGINX install.
8
+
3
9
## 0.5.1 (April 6, 2022)
4
10
5
11
FEATURES:
Original file line number Diff line number Diff line change @@ -17,8 +17,8 @@ nginx_config_main_template:
17
17
backup : true
18
18
config :
19
19
main : # Configure NGINX main core directives
20
- load_module : modules/ngx_http_js_module.so # String or a list of strings
21
- # - modules/ngx_http_js_module.so
20
+ # load_module: modules/ngx_http_js_module.so # String or a list of strings
21
+ # - modules/ngx_http_js_module.so
22
22
user : # nginx # Can alternatively be set to a 'username' string
23
23
username : nginx # Required
24
24
group : nginx
@@ -66,9 +66,9 @@ nginx_config_main_template:
66
66
worker_connections : 1024 # Number
67
67
http :
68
68
include : /etc/nginx/conf.d/*.conf # String or a list of strings
69
- stream :
70
- include : # String or a list of strings
71
- - /etc/nginx/conf.d/stream/*.conf
69
+ # stream:
70
+ # include: # String or a list of strings
71
+ # - /etc/nginx/conf.d/stream/*.conf
72
72
73
73
# Enable creating dynamic templated NGINX HTTP configuration files.
74
74
# Defaults will not produce a valid configuration. Instead they are meant to showcase
You can’t perform that action at this time.
0 commit comments