From 90d4bc9519507c64ad5c0a604140fcf00a9702ee Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Fri, 1 Jan 2021 20:43:59 +0100 Subject: work on Debian package: extend pre-configuration, add reverse proxy setup logic, add database setup logic (untested) --- debian/conf/apache.conf | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 debian/conf/apache.conf (limited to 'debian/conf/apache.conf') diff --git a/debian/conf/apache.conf b/debian/conf/apache.conf new file mode 100644 index 000000000..3cfbf9edb --- /dev/null +++ b/debian/conf/apache.conf @@ -0,0 +1,4 @@ + +ProxyPass "unix:/var/lib/taler-exchange/exchange.sock|http://example.com/" +RequestHeader add "X-Forwarded-Proto" "https" + -- cgit v1.2.3