Added Fabric Config
This commit is contained in:
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>
|
||||
Reference in New Issue
Block a user