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 528e5ef commit 6bd2ac7Copy full SHA for 6bd2ac7
docs/advanced-config/README.md
@@ -24,6 +24,7 @@ You can add your custom configuration snippet files at `/data/nginx/custom` as f
24
25
- `/data/nginx/custom/root.conf`: Included at the very end of nginx.conf
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
28
- `/data/nginx/custom/server_proxy.conf`: Included at the end of every proxy server block
29
- `/data/nginx/custom/server_redirect.conf`: Included at the end of every redirection server block
30
- `/data/nginx/custom/server_stream.conf`: Included at the end of every stream server block
0 commit comments