Denote/apache_denote.conf

17 lines
353 B
Plaintext
Raw Permalink Normal View History

2015-09-24 18:31:03 +02:00
<VirtualHost *:8000>
ServerName denote.soutade.fr
DocumentRoot /var/www/denote/denote
WSGIDaemonProcess django-denote
WSGIProcessGroup django-denote
WSGIScriptAlias / /var/www/denote/denote/wsgi.py
Alias /static /var/www/denote/denote/static
<Directory />
Options +FollowSymLinks +ExecCGI
Require all granted
</Directory>
</VirtualHost>