commit 964d127f3c06fc7081717798cc0f620671e1e1e0 parent ea2de2dddab77b228bce656c2dc51a76f4ea1a8c Author: Florian Dold <florian.dold@gmail.com> Date: Tue, 26 Apr 2016 14:30:43 +0200 bank is uwsgi, not http 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 @@ -82,7 +82,7 @@ server { include conf.d/talerssl; location / { - proxy_pass http://unix:/home/test/sockets/bank.http:/; + proxy_pass http://unix:/home/test/sockets/bank.uwsgi:/; include /etc/nginx/uwsgi_params; } }