Move fedocal.wsgi to /var/www

This so that it does not conflict with the .wsgi file installed by
the RPM, so when we update the fedocal package we don't have to
re-run the complete playbook, restarting apache is enough
This commit is contained in:
Pierre-Yves Chibon 2014-03-13 16:01:52 +01:00
parent e330f794ca
commit 7f0589cf2c
2 changed files with 2 additions and 2 deletions

View file

@ -43,7 +43,7 @@
- { file: fedocal.cfg, location: /etc/fedocal }
- { file: alembic.ini, location: /etc/fedocal }
- { file: fedocal.conf, location: /etc/httpd/conf.d }
- { file: fedocal.wsgi, location: /usr/share/fedocal }
- { file: fedocal.wsgi, location: /var/www/ }
tags:
- config
notify:

View file

@ -7,7 +7,7 @@ WSGIRestrictStdout On
WSGIRestrictSignal Off
WSGIPythonOptimize 1
WSGIScriptAlias /calendar /usr/share/fedocal/fedocal.wsgi
WSGIScriptAlias /calendar /var/www/fedocal.wsgi
<Location />
WSGIProcessGroup fedocal