1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2024-11-02 09:17:57 +01:00
tldr/pages/common/nginx.md

16 lines
270 B
Markdown
Raw Normal View History

2015-12-20 09:23:33 +01:00
# nginx
> nginx web server
2015-12-20 09:23:33 +01:00
- Start server with default config
`nginx`
2015-12-20 10:00:17 +01:00
- Start server with custom config file
2015-12-20 09:23:33 +01:00
2015-12-20 10:00:17 +01:00
`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}}`