File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -22,13 +22,13 @@ NPM has the ability to include different custom configuration snippets in differ
2222
2323You can add your custom configuration snippet files at ` /data/nginx/custom` as follow:
2424
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/server_proxy.conf` : Included at the end of every proxy server block
28- `/data/nginx/custom/server_redirect.conf` : Included at the end of every redirection server block
29- `/data/nginx/custom/server_stream.conf` : Included at the end of every stream server block
30- `/data/nginx/custom/server_stream_tcp.conf` : Included at the end of every TCP stream server block
31- `/data/nginx/custom/server_stream_udp.conf` : Included at the end of every UDP stream server block
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/server_proxy.conf` : Included at the end of every proxy server block
28+ - `/data/nginx/custom/server_redirect.conf` : Included at the end of every redirection server block
29+ - `/data/nginx/custom/server_stream.conf` : Included at the end of every stream server block
30+ - `/data/nginx/custom/server_stream_tcp.conf` : Included at the end of every TCP stream server block
31+ - `/data/nginx/custom/server_stream_udp.conf` : Included at the end of every UDP stream server block
3232
3333Every file is optional.
3434
You can’t perform that action at this time.
0 commit comments