Update apache2

`ProxyPassReverse` should also end with a slash (`/`)
This commit is contained in:
PeGaSuS 2021-12-12 13:29:23 +01:00 committed by GitHub
parent 4a6037c774
commit 9ff4c23759
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,6 +15,6 @@ Listen 5000
ProxyRequests off
ProxyPass / http://[::1]:5001/
ProxyPassReverse / http://[::1]:5001
ProxyPassReverse / http://[::1]:5001/
ProxyPreserveHost on
</VirtualHost>