summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcello Stanisci <stanisci.m@gmail.com>2018-11-23 18:28:13 +0100
committerMarcello Stanisci <stanisci.m@gmail.com>2018-11-23 18:28:13 +0100
commit134372d5598eb959964f1169cc2b8dbc6db78ffc (patch)
treeb3ad23012984d48787868c73ceffddfd08932fca
parent2fe1bfb3d83bb51347a78c925a674dea36f9172e (diff)
downloaddeployment-134372d5598eb959964f1169cc2b8dbc6db78ffc.tar.gz
deployment-134372d5598eb959964f1169cc2b8dbc6db78ffc.tar.bz2
deployment-134372d5598eb959964f1169cc2b8dbc6db78ffc.zip
Remove spurious chars.
-rw-r--r--etc/nginx/sites-enabled/test.site6
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/nginx/sites-enabled/test.site b/etc/nginx/sites-enabled/test.site
index 478dce4..1045e0a 100644
--- a/etc/nginx/sites-enabled/test.site
+++ b/etc/nginx/sites-enabled/test.site
@@ -58,15 +58,15 @@ server {
location @green {
add_header X-Taler-Deployment-Color green;
root /home/test-green/auditor;
- proxy_pass http://unix:/home/test-green/sockets/auditor.http:/;
+ proxy_pass http://unix:/home/test-green/sockets/auditor.http;
}
location @blue {
add_header X-Taler-Deployment-Color blue;
root /home/test-blue/auditor;
- proxy_pass http://unix:/home/test-blue/sockets/auditor.http:/;
+ proxy_pass http://unix:/home/test-blue/sockets/auditor.http;
}
location /service {
- proxy_pass http://unix:/home/test/sockets/auditor.http:/;
+ proxy_pass http://unix:/home/test/sockets/auditor.http;
}
location / {