summaryrefslogtreecommitdiff
path: root/netzbon/nginx-conf/exchange.taler-nginx.conf
diff options
context:
space:
mode:
Diffstat (limited to 'netzbon/nginx-conf/exchange.taler-nginx.conf')
-rw-r--r--netzbon/nginx-conf/exchange.taler-nginx.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/netzbon/nginx-conf/exchange.taler-nginx.conf b/netzbon/nginx-conf/exchange.taler-nginx.conf
index 1d36046..0f470a1 100644
--- a/netzbon/nginx-conf/exchange.taler-nginx.conf
+++ b/netzbon/nginx-conf/exchange.taler-nginx.conf
@@ -3,7 +3,7 @@ server {
listen 80;
listen [::]:80;
- server_name exchange."${DOMAIN_NAME}";
+ server_name exchange.${DOMAIN_NAME};
location / {
proxy_pass http://unix:/var/run/taler/exchange-httpd/exchange-http.sock;