blob: 1d73ed10a185d81976284542b0a10efe832bd388 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
<!--
Make sure to enable the following Apache modules before
integrating this into your configuration:
# a2enmod proxy
# a2enmod proxy_http
-->
<Location "/anastasis/">
ProxyPass "unix:/var/lib/anastasis/httpd/anastasis.sock|http://example.com/"
</Location>
|