commit 1cb9046d1952f0bb9d6ac3442994cff6fd63f1b5 parent 19fd19cc6916eb069a06894050b99c9f709c2f40 Author: Marcello Stanisci <marcello.stanisci@inria.fr> Date: Sat, 25 Jun 2016 13:43:24 +0200 nginx location fix Diffstat:
| M | etc/nginx/sites-enabled/test.site | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/etc/nginx/sites-enabled/test.site b/etc/nginx/sites-enabled/test.site @@ -27,7 +27,7 @@ server { include conf.d/talerssl; location /admin { - proxy_pass http://unix:/home/test/sockets/exchange-admin.http:/; + proxy_pass http://unix:/home/test/sockets/exchange-admin.http; proxy_redirect off; proxy_set_header Host $host; }