1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-24 08:35:32 +02:00

nginx: fix tokens

This commit is contained in:
Igor Shubovych 2015-12-20 11:00:17 +02:00
parent 0e316ed8f3
commit 2c8a7941bc

View file

@ -6,6 +6,10 @@
`nginx`
- Start server with custom config and custom relative path base directory
- Start server with custom config file
`nginx -c {{path to config}} -p {{relative path base dir}}`
`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}}`