summaryrefslogtreecommitdiff
path: root/debian/auditor-conf/apache.conf
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-01-03 23:29:27 +0100
committerChristian Grothoff <christian@grothoff.org>2021-01-03 23:29:27 +0100
commit9a24b4a0dccc299e17279e115a3e460092cab0d3 (patch)
tree9b2122dfcd3fec99118fa03831dcf8296468956f /debian/auditor-conf/apache.conf
parentd981da056e776e0756cfddb22f18308b9ab913a5 (diff)
downloadexchange-9a24b4a0dccc299e17279e115a3e460092cab0d3.tar.gz
exchange-9a24b4a0dccc299e17279e115a3e460092cab0d3.tar.bz2
exchange-9a24b4a0dccc299e17279e115a3e460092cab0d3.zip
fix auditor postinst
Diffstat (limited to 'debian/auditor-conf/apache.conf')
-rw-r--r--debian/auditor-conf/apache.conf4
1 files changed, 4 insertions, 0 deletions
diff --git a/debian/auditor-conf/apache.conf b/debian/auditor-conf/apache.conf
new file mode 100644
index 000000000..f68c59558
--- /dev/null
+++ b/debian/auditor-conf/apache.conf
@@ -0,0 +1,4 @@
+<Location "/taler-auditor/">
+ProxyPass "unix:/var/lib/taler-auditor/auditor.sock|http://example.com/"
+RequestHeader add "X-Forwarded-Proto" "https"
+</Location>