[library-web/oscp] Additional path fixes
- From: Andrea Veri <averi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [library-web/oscp] Additional path fixes
- Date: Thu, 13 Feb 2020 20:14:18 +0000 (UTC)
commit e08eff580f88cf524d83692f680395744fcffffc
Author: Andrea Veri <averi redhat com>
Date: Thu Feb 13 21:14:04 2020 +0100
Additional path fixes
httpd/app_data/httpd-cfg/developer.gnome.org.conf | 4 ++--
httpd/app_data/httpd-cfg/help.gnome.org.conf | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/httpd/app_data/httpd-cfg/developer.gnome.org.conf
b/httpd/app_data/httpd-cfg/developer.gnome.org.conf
index 6c3a8d6..75ac525 100644
--- a/httpd/app_data/httpd-cfg/developer.gnome.org.conf
+++ b/httpd/app_data/httpd-cfg/developer.gnome.org.conf
@@ -11,7 +11,7 @@
WSGIDaemonProcess developer
WSGIProcessGroup developer
- WSGIScriptAlias /symbols /opt/lgo/library-web/web/lgoweb.wsgi
+ WSGIScriptAlias /symbols /opt/lgo/web/lgoweb.wsgi
# Bugzilla #689838
RedirectMatch /gtk/(.*)$ /gtk3/$1
@@ -56,6 +56,6 @@
Require all granted
</Directory>
-<Directory "/opt/lgo/library-web/web">
+<Directory "/opt/lgo/web">
Require all granted
</Directory>
diff --git a/httpd/app_data/httpd-cfg/help.gnome.org.conf b/httpd/app_data/httpd-cfg/help.gnome.org.conf
index 81d7ec6..002a4aa 100644
--- a/httpd/app_data/httpd-cfg/help.gnome.org.conf
+++ b/httpd/app_data/httpd-cfg/help.gnome.org.conf
@@ -9,7 +9,7 @@
WSGIDaemonProcess library
WSGIProcessGroup library
- WSGIScriptAlias /symbols /opt/lgo/library-web/web/lgoweb.wsgi
+ WSGIScriptAlias /symbols /opt/lgo/web/lgoweb.wsgi
RedirectPermanent /devel/ https://developer.gnome.org/
RedirectPermanent /devel https://developer.gnome.org
@@ -42,6 +42,6 @@
Require all granted
</Directory>
-<Directory "/opt/lgo/library-web/web">
+<Directory "/opt/lgo/web">
Require all granted
</Directory>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]