[library-web/oscp] Land back the /search endpoint



commit fa5a069e576f05194dc4d6936252bd4142be96aa
Author: Andrea Veri <averi redhat com>
Date:   Thu Feb 13 20:17:55 2020 +0100

    Land back the /search endpoint

 httpd/app_data/httpd-cfg/developer.gnome.org.conf | 5 +++++
 httpd/app_data/httpd-cfg/help.gnome.org.conf      | 5 +++++
 2 files changed, 10 insertions(+)
---
diff --git a/httpd/app_data/httpd-cfg/developer.gnome.org.conf 
b/httpd/app_data/httpd-cfg/developer.gnome.org.conf
index a1f31a4..d4a9981 100644
--- a/httpd/app_data/httpd-cfg/developer.gnome.org.conf
+++ b/httpd/app_data/httpd-cfg/developer.gnome.org.conf
@@ -8,6 +8,11 @@
 
     RemoveType .el .gv .ms .pl .ps .si .sl .tr
 
+    WSGIDaemonProcess developer
+    WSGIProcessGroup developer
+
+    WSGIScriptAlias /symbols /opt/app-root/src/library-web/web/lgoweb.wsgi 
+
     # Bugzilla #689838
     RedirectMatch /gtk/(.*)$ /gtk3/$1
 
diff --git a/httpd/app_data/httpd-cfg/help.gnome.org.conf b/httpd/app_data/httpd-cfg/help.gnome.org.conf
index 6ba0175..e62a74f 100644
--- a/httpd/app_data/httpd-cfg/help.gnome.org.conf
+++ b/httpd/app_data/httpd-cfg/help.gnome.org.conf
@@ -6,6 +6,11 @@
 
     RemoveType .el .gv .ms .pl .ps .si .sl .tr
 
+    WSGIDaemonProcess library
+    WSGIProcessGroup library
+
+    WSGIScriptAlias /symbols /opt/app-root/src/library-web/web/lgoweb.wsgi
+
     RedirectPermanent /devel/ https://developer.gnome.org/
     RedirectPermanent /devel https://developer.gnome.org
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]