Skip to content

Apache Reverse Proxy Configuration

Jason Ish edited this page Apr 1, 2021 · 1 revision

An example Apache reverse proxy configuration:

<Location "/evebox">
	ProxyPass http://localhost:5636
</Location>

ProxyPassReverse /(.*) http://localhost:5636/(.*)