1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 16:04:55 +02:00

Merge pull request #369 from bripkens/nginx

This commit is contained in:
Igor Shubovych 2015-12-20 10:38:46 +02:00
commit 0e316ed8f3

11
pages/common/nginx.md Normal file
View file

@ -0,0 +1,11 @@
# nginx
> nginx web server
- Start server with default config
`nginx`
- Start server with custom config and custom relative path base directory
`nginx -c {{path to config}} -p {{relative path base dir}}`