Skip to content

Commit 604bd2c

Browse files
authored
Merge pull request #358 from dpanesso/dev-formatting
Documentation formatting
2 parents fccaaaa + 4a6de8d commit 604bd2c

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

docs/advanced-config/README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@ NPM has the ability to include different custom configuration snippets in differ
2222
2323
You 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

3333
Every file is optional.
3434

0 commit comments

Comments
 (0)