mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-11-02 09:38:01 +01:00
15 lines
270 B
Markdown
15 lines
270 B
Markdown
# nginx
|
|
|
|
> nginx web server
|
|
|
|
- Start server with default config
|
|
|
|
`nginx`
|
|
|
|
- Start server with custom config file
|
|
|
|
`nginx -c {{config_file}}`
|
|
|
|
- Start server with a prefix for all relative paths in config file
|
|
|
|
`nginx -c {{config_file}} -p {{prefix/for/relative/paths}}`
|