Skip to content

Commit 5491c0e

Browse files
authored
nginx: update page and add Dutch translation (#19074)
1 parent 157d688 commit 5491c0e

File tree

2 files changed

+29
-5
lines changed

2 files changed

+29
-5
lines changed

pages.nl/common/nginx.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# nginx
2+
3+
> Nginx webserver.
4+
> Meer informatie: <https://nginx.org/docs/switches.html>.
5+
6+
- Start de server met het standaard configuratiebestand:
7+
8+
`nginx`
9+
10+
- Start de server met een aangepast configuratiebestand:
11+
12+
`nginx -c {{configuratiebestand}}`
13+
14+
- Start de server met een prefix voor alle relatieve paden in het configuratiebestand:
15+
16+
`nginx -c {{configuratiebestand}} -p {{pad/naar/prefix}}`
17+
18+
- Test de configuratie zonder de actieve server te beïnvloeden:
19+
20+
`nginx -t`
21+
22+
- Herlaad de configuratie door een signaal te sturen zonder downtime:
23+
24+
`nginx -s reload`

pages/common/nginx.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
# nginx
22

33
> Nginx web server.
4-
> More information: <https://nginx.org/en/>.
4+
> More information: <https://nginx.org/docs/switches.html>.
55
6-
- Start server with the default configuration file:
6+
- Start the server with the default configuration file:
77

88
`nginx`
99

10-
- Start server with a custom configuration file:
10+
- Start the server with a custom configuration file:
1111

1212
`nginx -c {{configuration_file}}`
1313

14-
- Start server with a prefix for all relative paths in the configuration file:
14+
- Start the server with a prefix for all relative paths in the configuration file:
1515

16-
`nginx -c {{configuration_file}} -p {{prefix/for/relative/paths}}`
16+
`nginx -c {{configuration_file}} -p {{path/to/prefix}}`
1717

1818
- Test the configuration without affecting the running server:
1919

0 commit comments

Comments
 (0)