[copr] bkabrda-workspace: Fix the apache conf example (531bc59)

bkabrda at fedoraproject.org bkabrda at fedoraproject.org
Tue Nov 27 12:25:13 UTC 2012


Repository : http://git.fedorahosted.org/cgit/copr.git

On branch  : bkabrda-workspace

>---------------------------------------------------------------

commit 531bc59d7fcf0949bb021c351d95fee3c024c302
Author: Bohuslav Kabrda <bkabrda at redhat.com>
Date:   Tue Nov 27 13:25:05 2012 +0100

    Fix the apache conf example


>---------------------------------------------------------------

 coprs_frontend/coprs.conf.example |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/coprs_frontend/coprs.conf.example b/coprs_frontend/coprs.conf.example
index b0b0cfa..98bf98b 100644
--- a/coprs_frontend/coprs.conf.example
+++ b/coprs_frontend/coprs.conf.example
@@ -2,13 +2,13 @@
     ServerName 127.0.0.1
 
     WSGIDaemonProcess 127.0.0.1 user=coprs group=coprs threads=5
-    WSGIScriptAlias / /var/www/wsgi/application
+    WSGIScriptAlias / /var/www/coprs_frontend/application
     WSGIProcessGroup 127.0.0.1
 
     ErrorLog logs/error_coprs
     CustomLog logs/access_coprs common
 
-    <Directory /var/www/wsgi>
+    <Directory /var/www/coprs_frontend>
         WSGIApplicationGroup %{GLOBAL}
         Order deny,allow
         Allow from all



More information about the copr-devel mailing list