summaryrefslogtreecommitdiff
path: root/debian/etc/apache2/sites-available/sync.conf
blob: 3ff43fff21aab60cec544c0ff9070b7296ac249f (plain)
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 "/sync/">
ProxyPass "unix:/var/lib/sync/httpd/sync.sock|http://example.com/"
</Location>