diff options
author | Florian Dold <florian@dold.me> | 2021-07-30 13:22:45 +0200 |
---|---|---|
committer | Florian Dold <florian@dold.me> | 2021-07-30 13:22:54 +0200 |
commit | 05bc00b5f226e6e6695ef00609a02549284c8f55 (patch) | |
tree | 7ca6ca6faeefc25e5eb932f96b15b806ba4ca742 /debian/etc-taler-auditor/apache2 | |
parent | bd603ca7c14315d333e2dac0509f6b1226fb946e (diff) | |
download | exchange-05bc00b5f226e6e6695ef00609a02549284c8f55.tar.gz exchange-05bc00b5f226e6e6695ef00609a02549284c8f55.tar.bz2 exchange-05bc00b5f226e6e6695ef00609a02549284c8f55.zip |
debian: better config split by package
Diffstat (limited to 'debian/etc-taler-auditor/apache2')
-rw-r--r-- | debian/etc-taler-auditor/apache2/sites-available/taler-auditor.conf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/debian/etc-taler-auditor/apache2/sites-available/taler-auditor.conf b/debian/etc-taler-auditor/apache2/sites-available/taler-auditor.conf new file mode 100644 index 00000000..f68c5955 --- /dev/null +++ b/debian/etc-taler-auditor/apache2/sites-available/taler-auditor.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> |