summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2017-03-10 13:59:36 +0100
committerFlorian Dold <florian.dold@gmail.com>2017-03-10 13:59:36 +0100
commit91c420b7c31192e1229a1a942e369c6694200aec (patch)
tree84d6f2394ab882d8e64131b395051ffa301a1da4 /etc
parentea4cd025a6d229d613d0390adecd6bc3e41cdcee (diff)
downloaddeployment-91c420b7c31192e1229a1a942e369c6694200aec.tar.gz
deployment-91c420b7c31192e1229a1a942e369c6694200aec.tar.bz2
deployment-91c420b7c31192e1229a1a942e369c6694200aec.zip
syntax
Diffstat (limited to 'etc')
-rw-r--r--etc/nginx/sites-enabled/test.site8
1 files changed, 4 insertions, 4 deletions
diff --git a/etc/nginx/sites-enabled/test.site b/etc/nginx/sites-enabled/test.site
index 4d97e69..37a6706 100644
--- a/etc/nginx/sites-enabled/test.site
+++ b/etc/nginx/sites-enabled/test.site
@@ -63,14 +63,14 @@ server {
location @blue {
add_header X-Taler-Deployment-Color blue;
- proxy_pass http://unix:/home/test-blue/sockets/exchange.http:/;
+ proxy_pass http://unix:/home/test-blue/sockets/exchange.http;
proxy_redirect off;
proxy_set_header Host $host;
}
location @green {
add_header X-Taler-Deployment-Color green;
- proxy_pass http://unix:/home/test-green/sockets/exchange.http:/;
+ proxy_pass http://unix:/home/test-green/sockets/exchange.http;
proxy_redirect off;
proxy_set_header Host $host;
}
@@ -172,13 +172,13 @@ server {
location @blue {
add_header X-Taler-Deployment-Color blue;
- proxy_pass http://unix:/home/test-blue/sockets/merchant.http:/;
+ proxy_pass http://unix:/home/test-blue/sockets/merchant.http;
proxy_redirect off;
proxy_set_header Host $host;
}
location @green {
add_header X-Taler-Deployment-Color green;
- proxy_pass http://unix:/home/test-green/sockets/merchant.http:/;
+ proxy_pass http://unix:/home/test-green/sockets/merchant.http;
proxy_redirect off;
proxy_set_header Host $host;
}