commit 536319fd46485ae9d3c5905e892a516fdb30fd4a parent 964d127f3c06fc7081717798cc0f620671e1e1e0 Author: Florian Dold <florian.dold@gmail.com> Date: Tue, 26 Apr 2016 14:31:47 +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.uwsgi:/; + uwsgi_pass http://unix:/home/test/sockets/bank.uwsgi:/; include /etc/nginx/uwsgi_params; } }