Skip to content

Commit cc46958

Browse files
authored
Merge pull request #1521 from utmstack/release/v11.1.3
2 parents 9d67897 + df2d38a commit cc46958

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

CHANGELOG.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
# UTMStack 11.1.2
1+
# UTMStack 11.1.3
22

3-
These are the release notes for **UTMStack v11.1.2**, highlighting new features, bug fixes, and performance improvements.
3+
These are the release notes for **UTMStack v11.1.3**, highlighting new features, bug fixes, and performance improvements.
44

55
## Fixes
6-
- Fixed initial loading issue in Log Explorer where pattern stored fields were not properly initialized on startup.
6+
- Updated Nginx configuration to support SAML redirects
7+
8+

installer/templates/front-end.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ const FrontEnd string = `server {
2020
set $shared_key_header $http_x_shared_key;
2121
2222
location /login/saml2/ {
23-
proxy_pass $utmstack_saml2
23+
proxy_pass $utmstack_saml2;
2424
proxy_http_version 1.1;
2525
proxy_set_header Host $host;
2626
proxy_set_header X-Real-IP $remote_addr;

0 commit comments

Comments
 (0)