forked from orbit-oss/flask
Fixed the mod_wsgi docs. Thanks Graham
This commit is contained in:
parent
a42728568e
commit
8009bd9869
1 changed files with 1 additions and 1 deletions
|
|
@ -204,7 +204,7 @@ application under a different user for security reasons:
|
|||
<VirtualHost *>
|
||||
ServerName example.com
|
||||
|
||||
WSGIDaemonProcess yourapplication user=user1 group=group1 processes=1 threads=5
|
||||
WSGIDaemonProcess yourapplication user=user1 group=group1 threads=5
|
||||
WSGIScriptAlias / /var/www/yourapplication/yourapplication.wsgi
|
||||
|
||||
<Directory /var/www/yourapplication>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue