Merge pull request #369 from bripkens/nginx

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

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