Files
tldr/pages/common/nginx.md
Igor Shubovych 2c8a7941bc nginx: fix tokens
2015-12-21 16:42:10 +02:00

16 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}}`