summaryrefslogtreecommitdiff
path: root/debian/conf/nginx.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/conf/nginx.conf
parentd981da056e776e0756cfddb22f18308b9ab913a5 (diff)
downloadexchange-9a24b4a0dccc299e17279e115a3e460092cab0d3.tar.gz
exchange-9a24b4a0dccc299e17279e115a3e460092cab0d3.tar.bz2
exchange-9a24b4a0dccc299e17279e115a3e460092cab0d3.zip
fix auditor postinst
Diffstat (limited to 'debian/conf/nginx.conf')
-rw-r--r--debian/conf/nginx.conf7
1 files changed, 0 insertions, 7 deletions
diff --git a/debian/conf/nginx.conf b/debian/conf/nginx.conf
deleted file mode 100644
index 2921c9998..000000000
--- a/debian/conf/nginx.conf
+++ /dev/null
@@ -1,7 +0,0 @@
-location /taler-exchange/ {
- proxy_pass http://unix:/var/lib/taler-exchange/exchange.sock;
- proxy_redirect off;
- proxy_set_header Host $host;
- proxy_set_header X-Forwarded-Host "example.com";
- proxy_set_header X-Forwarded-Proto "https";
-} \ No newline at end of file