Added Fabric Config
This commit is contained in:
parent
ef13263030
commit
912c64ef0b
4 changed files with 115 additions and 0 deletions
12
three_d_viewer/three_d_viewer
Normal file
12
three_d_viewer/three_d_viewer
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
<VirtualHost *:80>
|
||||
WSGIDaemonProcess rockviewer-production user=rockviewer group=rockviewer threads=10 python-path=~/www/rockviewer/lib/python2.6/site-packages
|
||||
WSGIProcessGroup rockviewer-production
|
||||
WSGIScriptAlias / ~/rockviewer/releases/current/rockviewer/rockviewer.wsgi
|
||||
<Directory ~/rockviewer/releases/current/rockviewer>
|
||||
Order deny,allow
|
||||
Allow from all
|
||||
</Directory>
|
||||
ErrorLog /var/log/apache2/error.log
|
||||
LogLevel warn
|
||||
CustomLog /var/log/apache2/access.log combined
|
||||
</VirtualHost>
|
||||
Loading…
Add table
Add a link
Reference in a new issue