-
Bug
-
Resolution: Done
-
Blocker
-
None
-
None
-
None
-
%
-
Fuse 7.2 Sprint 34
Need to apply this fix to fuse-ignite-ui and rebuild:
From 2a73ae32221002abc8798693f7ce4f47319475eb Mon Sep 17 00:00:00 2001 From: Hiram Chirino <hiram@hiramchirino.com> Date: Fri, 31 Aug 2018 13:52:45 -0400 Subject: [PATCH] Fix path of logout file. --- root/opt/app-root/etc/nginx.d/nginx-syndesis.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/root/opt/app-root/etc/nginx.d/nginx-syndesis.conf b/root/opt/app-root/etc/nginx.d/nginx-syndesis.conf index b8f58d2..efd8b5a 100644 --- a/root/opt/app-root/etc/nginx.d/nginx-syndesis.conf +++ b/root/opt/app-root/etc/nginx.d/nginx-syndesis.conf @@ -22,7 +22,7 @@ server { add_header Expires "0"; add_header Set-Cookie $cookie; default_type "text/html; charset=ISO-8859-1"; - alias opt/app-root/src/logout.html; + alias /opt/app-root/src/logout.html; } location / { -- 2.15.2 (Apple Git-101.1)+GitX
- links to