Make localpath line up with remote path (it is just easier to reason about...).

This commit is contained in:
Ralph Bean 2016-03-04 19:46:47 +00:00
parent 7b00206671
commit 7b6216b912
2 changed files with 3 additions and 2 deletions

View file

@ -304,6 +304,7 @@
website: apps.fedoraproject.org website: apps.fedoraproject.org
destname: zanata2fedmsg destname: zanata2fedmsg
localpath: /zanata2fedmsg localpath: /zanata2fedmsg
remotepath: /zanata2fedmsg
proxyurl: http://localhost:10036 proxyurl: http://localhost:10036
- role: httpd/reverseproxy - role: httpd/reverseproxy

View file

@ -4,9 +4,9 @@ WSGIRestrictStdout On
WSGIRestrictSignal Off WSGIRestrictSignal Off
WSGIPythonOptimize 1 WSGIPythonOptimize 1
WSGIScriptAlias / /usr/share/zanata2fedmsg/zanata2fedmsg.wsgi WSGIScriptAlias /zanata2fedmsg /usr/share/zanata2fedmsg/zanata2fedmsg.wsgi
<Location /> <Location /zanata2fedmsg>
WSGIProcessGroup zanata2fedmsg WSGIProcessGroup zanata2fedmsg
Require all granted Require all granted
</Location> </Location>