1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2024-11-02 07:18:29 +01:00

Merge pull request #370 from igorshubovych/nginx-fix

nginx: fix tokens
This commit is contained in:
Waldir Pimenta 2015-12-21 23:40:34 +00:00
commit cc10d26da6

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