File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed
controllers/static/gateway Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,9 @@ RewriteEngine On
7
7
RewriteCond %{REQUEST_URI} ^/codesearch$
8
8
RewriteRule ^(.*)$ $1/ [L,R=301]
9
9
10
+ # Logjuicer requires the trailing '/'
11
+ RewriteCond %{REQUEST_URI} ^/logjuicer$
12
+ RewriteRule ^(.*)$ $1/ [L,R=301]
10
13
11
14
<IfModule mod_proxy.c>
12
15
ProxyVia On
Original file line number Diff line number Diff line change @@ -6,10 +6,15 @@ All notable changes to this project will be documented in this file.
6
6
7
7
### Added
8
8
### Changed
9
+
10
+ - logjuicer service is based on a ubi9 base image
11
+
9
12
### Deprecated
10
13
### Removed
11
14
### Fixed
12
15
16
+ - Ensure the trailing '/' when accessing https://<domain >/logjuicer. The web app was failing without the trailing slash.
17
+
13
18
## [ v0.0.57] - 2025-04-24
14
19
15
20
### Added
You can’t perform that action at this time.
0 commit comments