first commit
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
WSGIDaemonProcess flowers user=www-data group=www-data threads=5
|
||||
WSGIScriptAlias /flowers /usr/share/projects/Flowers/flowers.wsgi
|
||||
|
||||
<Directory /usr/share/projects/Flowers>
|
||||
WSGIProcessGroup flowers
|
||||
WSGIApplicationGroup %{GLOBAL}
|
||||
Order deny,allow
|
||||
Allow from all
|
||||
</Directory>
|
||||
Reference in New Issue
Block a user