From 362f82a29a70c0ce8949dd02d3f6533562cc5235 Mon Sep 17 00:00:00 2001 From: Romaric Mourgues Date: Tue, 25 Apr 2023 13:20:57 +0200 Subject: [PATCH] Redirect plugins to node --- tdrive/docker/tdrive-frontend/site.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tdrive/docker/tdrive-frontend/site.conf b/tdrive/docker/tdrive-frontend/site.conf index b4f77ca5..2e7ba72d 100644 --- a/tdrive/docker/tdrive-frontend/site.conf +++ b/tdrive/docker/tdrive-frontend/site.conf @@ -58,7 +58,7 @@ server { try_files $uri /index.html; } - location ~ ^/(internal).* { + location ~ ^/(internal|plugins).* { proxy_set_header X-Forwarded-Host $host; proxy_pass ${NODE_HOST}; }