mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-30 08:50:55 +08:00
Old FMN: update URL
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
@@ -19,7 +19,7 @@ from six.moves.urllib.parse import urljoin
|
||||
|
||||
|
||||
ENV_USERNAME = "SAR_USERNAME"
|
||||
FMN_INSTANCE = "http://localhost/notifications/"
|
||||
FMN_INSTANCE = "http://localhost/notifications-old/"
|
||||
FMN_CONTEXTS = ["email", "irc"]
|
||||
|
||||
log = logging.getLogger()
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
Alias /notifications/static /usr/share/fmn/static
|
||||
Alias /notifications-old/static /usr/share/fmn/static
|
||||
|
||||
WSGIDaemonProcess fmn user=apache group=apache maximum-requests=1000 display-name=fmn processes={{ wsgi_procs }} threads={{ wsgi_threads }}
|
||||
WSGISocketPrefix run/wsgi
|
||||
@@ -6,9 +6,9 @@ WSGIRestrictStdout On
|
||||
WSGIRestrictSignal Off
|
||||
WSGIPythonOptimize 1
|
||||
|
||||
WSGIScriptAlias /notifications /usr/share/fmn/fmn.web.wsgi
|
||||
WSGIScriptAlias /notifications-old /usr/share/fmn/fmn.web.wsgi
|
||||
|
||||
<Location /notifications>
|
||||
<Location /notifications-old>
|
||||
WSGIProcessGroup fmn
|
||||
Require all granted
|
||||
</Location>
|
||||
|
||||
Reference in New Issue
Block a user