File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ error_log /data/logs/fallback_error.log warn;
15
15
include /etc/nginx/modules/*.conf;
16
16
17
17
events {
18
- worker_connections 1024 ;
18
+ include /data/nginx/custom/events[.]conf ;
19
19
}
20
20
21
21
http {
Original file line number Diff line number Diff line change @@ -151,6 +151,7 @@ You can add your custom configuration snippet files at `/data/nginx/custom` as f
151
151
- `/data/nginx/custom/root.conf` : Included at the very end of nginx.conf
152
152
- `/data/nginx/custom/http_top.conf` : Included at the top of the main http block
153
153
- `/data/nginx/custom/http.conf` : Included at the end of the main http block
154
+ - `/data/nginx/custom/events.conf` : Included at the end of the events block
154
155
- `/data/nginx/custom/stream.conf` : Included at the end of the main stream block
155
156
- `/data/nginx/custom/server_proxy.conf` : Included at the end of every proxy server block
156
157
- `/data/nginx/custom/server_redirect.conf` : Included at the end of every redirection server block
You can’t perform that action at this time.
0 commit comments