File tree 1 file changed +7
-7
lines changed
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
22
22
23
23
You can add your custom configuration snippet files at ` /data/nginx/custom` as follow:
24
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/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
32
32
33
33
Every file is optional.
34
34
You can’t perform that action at this time.
0 commit comments