diff --git a/CHANGELOG.md b/CHANGELOG.md index ff568098a..2b5a3d32c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,8 @@ -# UTMStack 11.1.2 +# UTMStack 11.1.3 -These are the release notes for **UTMStack v11.1.2**, highlighting new features, bug fixes, and performance improvements. +These are the release notes for **UTMStack v11.1.3**, highlighting new features, bug fixes, and performance improvements. ## Fixes -- Fixed initial loading issue in Log Explorer where pattern stored fields were not properly initialized on startup. +- Updated Nginx configuration to support SAML redirects + + diff --git a/installer/templates/front-end.go b/installer/templates/front-end.go index 52be99b6a..181dc38c3 100644 --- a/installer/templates/front-end.go +++ b/installer/templates/front-end.go @@ -20,7 +20,7 @@ const FrontEnd string = `server { set $shared_key_header $http_x_shared_key; location /login/saml2/ { - proxy_pass $utmstack_saml2 + proxy_pass $utmstack_saml2; proxy_http_version 1.1; proxy_set_header Host $host; proxy_set_header X-Real-IP $remote_addr;