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:
parent
e330f794ca
commit
7f0589cf2c
2 changed files with 2 additions and 2 deletions
|
@ -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:
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue