mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
add SCRIPT_NAME to faq
This commit is contained in:
parent
e02d7e9ddd
commit
38ac8ebaaf
@ -61,6 +61,9 @@ $ kill -TTIN masterpid
|
||||
</pre>
|
||||
<p class="last">will increase the number from one worker</p>
|
||||
</dd>
|
||||
<dt>How to set SCRIPT_NAME ?</dt>
|
||||
<dd>By default SCRIPT_name is an empy string. Value could be changed by passing
|
||||
<cite>SCRIPT_NAME</cite> in environment (apache way) or as an HTTP header (nginx way).</dd>
|
||||
</dl>
|
||||
</div>
|
||||
|
||||
|
||||
@ -15,4 +15,8 @@ How to increase/decrease number of running workers ?
|
||||
$ kill -TTIN masterpid
|
||||
|
||||
will increase the number from one worker
|
||||
|
||||
How to set SCRIPT_NAME ?
|
||||
By default SCRIPT_name is an empy string. Value could be changed by passing
|
||||
`SCRIPT_NAME` in environment (apache way) or as an HTTP header (nginx way).
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user