From 76c8f971eba1f497b136afd983e0b3cdce46b93d Mon Sep 17 00:00:00 2001 From: Ulf Gebhardt Date: Thu, 6 Jan 2022 07:27:35 +0100 Subject: [PATCH] corrected admin nginx conf(?) --- 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 82384243f..8b776bc44 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/admin/; + proxy_pass http://127.0.0.1:8080; proxy_redirect off; }