File tree Expand file tree Collapse file tree 2 files changed +29
-5
lines changed Expand file tree Collapse file tree 2 files changed +29
-5
lines changed Original file line number Diff line number Diff line change 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 `
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments