mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-07 15:46:02 +02:00
commit
cc10d26da6
1 changed files with 6 additions and 2 deletions
|
@ -6,6 +6,10 @@
|
||||||
|
|
||||||
`nginx`
|
`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}}`
|
||||||
|
|
Loading…
Add table
Reference in a new issue