Reworking of projects page
This commit is contained in:
@@ -412,7 +412,7 @@ LogLevel warn
|
||||
</IfModule>
|
||||
|
||||
AddOutputFilterByType DEFLATE text/html text/plain text/xml text/css text/javascript application/javascript
|
||||
DocumentRoot /var/www/jc/static
|
||||
# DocumentRoot /var/www/jc/
|
||||
WSGIErrorOverride On
|
||||
ErrorDocument 400 /error/400
|
||||
ErrorDocument 403 /error/403
|
||||
@@ -426,7 +426,7 @@ WSGISocketPrefix /var/run/wsgi
|
||||
|
||||
WSGIDaemonProcess jc-wsgi user=www-data group=www-data threads=5
|
||||
WSGIProcessGroup jc-wsgi
|
||||
WSGIScriptAlias /projects /var/www/jc/projects.wsgi
|
||||
WSGIScriptAlias / /var/www/jc/projects.wsgi
|
||||
|
||||
<Directory /var/www/jc>
|
||||
WSGIProcessGroup jc-wsgi
|
||||
|
Reference in New Issue
Block a user