Do a cleaner package.
Add an Apache sample configuration file Update README with better installation instructions
This commit is contained in:
19
apache_dynastie.conf
Normal file
19
apache_dynastie.conf
Normal file
@@ -0,0 +1,19 @@
|
||||
<VirtualHost *>
|
||||
ServerName dynastie.soutade.fr
|
||||
|
||||
DocumentRoot /home/soutade/dynastie/dynastie/
|
||||
|
||||
WSGIScriptAlias / /home/soutade/dynastie/dynastie/wsgi.py
|
||||
|
||||
Alias /static /home/soutade/dynastie/dynastie/static
|
||||
|
||||
<Directory /home/soutade/dynastie/dynastie>
|
||||
<IfVersion < 2.3 >
|
||||
Order allow,deny
|
||||
Allow from all
|
||||
</IfVersion>
|
||||
<IfVersion >= 2.3>
|
||||
Require all granted
|
||||
</IfVersion>
|
||||
</Directory>
|
||||
</VirtualHost>
|
||||
Reference in New Issue
Block a user