Repository : http://git.fedorahosted.org/cgit/copr.git
On branch : master
commit 4dd7bad3e72c1b073e3497fa3163208af13383ee Author: Miroslav Suchý msuchy@redhat.com Date: Wed Jun 19 09:00:50 2013 +0200
change user in coprs.conf.example to copr-fe
which is default user for frontend
coprs_frontend/coprs.conf.example | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/coprs_frontend/coprs.conf.example b/coprs_frontend/coprs.conf.example index ea13226..ca49306 100644 --- a/coprs_frontend/coprs.conf.example +++ b/coprs_frontend/coprs.conf.example @@ -2,7 +2,7 @@ ServerName 127.0.0.1
#WSGIPassAuthorization On - WSGIDaemonProcess 127.0.0.1 user=coprs group=coprs threads=5 + WSGIDaemonProcess 127.0.0.1 user=copr-fe group=copr-fe threads=5 WSGIScriptAlias / /usr/share/copr/coprs_frontend/application WSGIProcessGroup 127.0.0.1
copr-devel@lists.fedorahosted.org