From f7b5753e7d611f43211141f475a0bb64ad6990ae Mon Sep 17 00:00:00 2001 From: "fabio.formosa" Date: Wed, 22 Apr 2020 00:04:30 +0200 Subject: [PATCH] fixed cookie delete with proxy --- quartz-manager-frontend/proxy.conf.json | 1 + 1 file changed, 1 insertion(+) diff --git a/quartz-manager-frontend/proxy.conf.json b/quartz-manager-frontend/proxy.conf.json index df22791..5a75f53 100644 --- a/quartz-manager-frontend/proxy.conf.json +++ b/quartz-manager-frontend/proxy.conf.json @@ -2,6 +2,7 @@ "/quartz-manager": { "target": "http://localhost:8080", "secure": false, + "cookiePathRewrite": "/", "ws":true } }