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