commit e873e756c360537e2d934f8daeb42ebfa7536b5b parent 5a76e946a74f10b2f2c96fe9ffefacc252a70c1c Author: Marcello Stanisci <marcello.stanisci@inria.fr> Date: Sat, 25 Jun 2016 13:15:12 +0200 addressing #4589 Diffstat:
| M | etc/nginx/sites-enabled/test.site | | | 6 | ++++++ |
1 file changed, 6 insertions(+), 0 deletions(-)
diff --git a/etc/nginx/sites-enabled/test.site b/etc/nginx/sites-enabled/test.site @@ -26,6 +26,12 @@ server { root /dev/null; include conf.d/talerssl; + location /admin { + proxy_pass http://unix:/tmp/taler-system-runtime/exchange-admin.http:/; + proxy_redirect off; + proxy_set_header Host $host; + } + location / { proxy_pass http://unix:/home/test/sockets/exchange.http:/; proxy_redirect off;