Update apache2
`ProxyPassReverse` should also end with a slash (`/`)
This commit is contained in:
parent
4a6037c774
commit
9ff4c23759
1 changed files with 1 additions and 1 deletions
|
@ -15,6 +15,6 @@ Listen 5000
|
||||||
|
|
||||||
ProxyRequests off
|
ProxyRequests off
|
||||||
ProxyPass / http://[::1]:5001/
|
ProxyPass / http://[::1]:5001/
|
||||||
ProxyPassReverse / http://[::1]:5001
|
ProxyPassReverse / http://[::1]:5001/
|
||||||
ProxyPreserveHost on
|
ProxyPreserveHost on
|
||||||
</VirtualHost>
|
</VirtualHost>
|
||||||
|
|
Loading…
Reference in a new issue