File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 84
84
stream {
85
85
# Files generated by NPM
86
86
include /data/nginx/stream/*.conf;
87
+
88
+ # Custom
89
+ include /data/nginx/custom/stream[.]conf;
87
90
}
88
91
89
92
# Custom
Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ You can add your custom configuration snippet files at `/data/nginx/custom` as f
24
24
25
25
- `/data/nginx/custom/root.conf` : Included at the very end of nginx.conf
26
26
- `/data/nginx/custom/http.conf` : Included at the end of the main http block
27
+ - `/data/nginx/custom/stream.conf` : Included at the end of the main stream block
27
28
- `/data/nginx/custom/server_proxy.conf` : Included at the end of every proxy server block
28
29
- `/data/nginx/custom/server_redirect.conf` : Included at the end of every redirection server block
29
30
- `/data/nginx/custom/server_stream.conf` : Included at the end of every stream server block
You can’t perform that action at this time.
0 commit comments