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;
1515include /etc/nginx/modules/*.conf;
1616
1717events {
18- worker_connections 1024 ;
18+ include /data/nginx/custom/ events [.]conf ;
1919}
2020
2121http {
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
151151 - `/data/nginx/custom/root.conf` : Included at the very end of nginx.conf
152152 - `/data/nginx/custom/http_top.conf` : Included at the top of the main http block
153153 - `/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
154155 - `/data/nginx/custom/stream.conf` : Included at the end of the main stream block
155156 - `/data/nginx/custom/server_proxy.conf` : Included at the end of every proxy server block
156157 - `/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