taler-deployment

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

commit 730b07610367b4947de6fcffa3a4d9c171e0fe8d
parent 31abde0bdbdf8dcf4765e797e87963744b069296
Author: Florian Dold <florian.dold@gmail.com>
Date:   Mon,  5 Feb 2018 13:47:08 +0100

nginx conf: remove bad slash

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:/public/; + proxy_pass http://unix:/home/demo/sockets/merchant.http:/public; } location / {