Make localpath line up with remote path (it is just easier to reason about...).
This commit is contained in:
parent
7b00206671
commit
7b6216b912
2 changed files with 3 additions and 2 deletions
|
@ -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
|
||||||
|
|
|
@ -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>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue