summaryrefslogtreecommitdiff
path: root/debian/etc/apache2/sites-available/sync.conf
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-09-17 00:21:00 +0200
committerChristian Grothoff <christian@grothoff.org>2021-09-17 00:21:00 +0200
commit80fe273ef5d46e0d242017a5d1a04a5bd933c3d7 (patch)
tree2c2a0f5d512908ffbf11efb7a37e66f29eab669e /debian/etc/apache2/sites-available/sync.conf
parent03bfa07732db97dfaa61b103e2cb30c08805d425 (diff)
downloadsync-80fe273ef5d46e0d242017a5d1a04a5bd933c3d7.tar.gz
sync-80fe273ef5d46e0d242017a5d1a04a5bd933c3d7.tar.bz2
sync-80fe273ef5d46e0d242017a5d1a04a5bd933c3d7.zip
initial debian package
Diffstat (limited to 'debian/etc/apache2/sites-available/sync.conf')
-rw-r--r--debian/etc/apache2/sites-available/sync.conf11
1 files changed, 11 insertions, 0 deletions
diff --git a/debian/etc/apache2/sites-available/sync.conf b/debian/etc/apache2/sites-available/sync.conf
new file mode 100644
index 0000000..3ff43ff
--- /dev/null
+++ b/debian/etc/apache2/sites-available/sync.conf
@@ -0,0 +1,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>