summaryrefslogtreecommitdiff
path: root/etc/nginx/sites-enabled/test.site
diff options
context:
space:
mode:
Diffstat (limited to 'etc/nginx/sites-enabled/test.site')
-rw-r--r--etc/nginx/sites-enabled/test.site4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/nginx/sites-enabled/test.site b/etc/nginx/sites-enabled/test.site
index 478dce4..589c866 100644
--- a/etc/nginx/sites-enabled/test.site
+++ b/etc/nginx/sites-enabled/test.site
@@ -58,12 +58,12 @@ 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:/;