taler-deployment

Deployment scripts and configuration files
Log | Files | Refs | README

commit 31abde0bdbdf8dcf4765e797e87963744b069296
parent 8704d72736d3a2870d3db3f3ed9bd0ff67b73ed4
Author: Florian Dold <florian.dold@gmail.com>
Date:   Mon,  5 Feb 2018 13:45:23 +0100

nginx config: fix demo backend /public forwarding

Diffstat:
Metc/nginx/sites-enabled/demo.site | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/etc/nginx/sites-enabled/demo.site b/etc/nginx/sites-enabled/demo.site @@ -86,7 +86,7 @@ server { proxy_set_header Host $host; proxy_set_header X-Forwarded-Host "backend.demo.taler.net"; proxy_set_header X-Forwarded-Proto "https"; - proxy_pass http://unix:/home/demo/sockets/merchant.http:/; + proxy_pass http://unix:/home/demo/sockets/merchant.http:/public/; } location / {