From 1852bcda541a2607ea13e55a68b793c0b7802c21 Mon Sep 17 00:00:00 2001 From: Ulf Gebhardt Date: Thu, 6 Jan 2022 07:30:28 +0100 Subject: [PATCH] correct admin nginx for good --- deployment/bare_metal/nginx/sites-available/gradido.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployment/bare_metal/nginx/sites-available/gradido.conf b/deployment/bare_metal/nginx/sites-available/gradido.conf index 8b776bc44..001f4924e 100644 --- a/deployment/bare_metal/nginx/sites-available/gradido.conf +++ b/deployment/bare_metal/nginx/sites-available/gradido.conf @@ -74,7 +74,7 @@ server { proxy_set_header X-Real-IP $remote_addr; proxy_set_header Host $host; - proxy_pass http://127.0.0.1:8080; + proxy_pass http://127.0.0.1:8080/; proxy_redirect off; }