From 40cb92d076858ab5fa1e432d4185d2d2bdf1c09c Mon Sep 17 00:00:00 2001 From: Ulf Gebhardt Date: Wed, 5 Jan 2022 22:06:13 +0100 Subject: [PATCH] nginx admin trailing slahs and forward with slash --- 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 c0955c4ce..c80776513 100644 --- a/deployment/bare_metal/nginx/sites-available/gradido.conf +++ b/deployment/bare_metal/nginx/sites-available/gradido.conf @@ -50,7 +50,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/admin/; proxy_redirect off; }