Reworking of projects page

This commit is contained in:
2025-01-03 22:08:04 +00:00
parent e0e60830be
commit 028103d321
16 changed files with 220 additions and 84 deletions

View File

@@ -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