Fix fedocal: rhel7 has py2.7 not 2.6

This commit is contained in:
Pierre-Yves Chibon 2014-10-14 17:49:51 +02:00
parent 199ca9d6de
commit 1cc085ffa8

View file

@ -1,5 +1,5 @@
Alias /calendar/static /usr/lib/python2.6/site-packages/fedocal/static/default/
Alias /calendar/static /usr/lib/python2.7/site-packages/fedocal/static/default/
WSGIDaemonProcess fedocal user=apache maximum-requests=1000 display-name=fedocal processes=2 threads=1
WSGISocketPrefix run/wsgi