Skip to content

Commit

Permalink
Remove nginx server token from HTTP responses for internal reverse proxy
Browse files Browse the repository at this point in the history
  • Loading branch information
kerny3d committed Nov 6, 2023
1 parent d5c72d3 commit ed7dc9a
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
10 changes: 10 additions & 0 deletions charts/knowage/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,16 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [1.0.15] - 2023-11-06

### Added

### Changed

- Remove nginx server token from HTTP responses for internal reverse proxy

### Fixed

## [1.0.14] - 2023-11-06

### Added
Expand Down
2 changes: 1 addition & 1 deletion charts/knowage/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

apiVersion: v2
name: knowage
version: 1.0.14
version: 1.0.15
kubeVersion: ">= 1.22.0-0"
description: A Helm chart for Kubernetes Suite
type: application
Expand Down
2 changes: 2 additions & 0 deletions charts/knowage/templates/config-reverse-proxy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ data:
proxy_cache_path /var/cache/nginx levels=1:2 keys_zone=static-cache:10m max_size=9000g inactive=1d ;
proxy_temp_path /var/cache/nginx/tmp ;
server_tokens off;
map $http_upgrade $connection_upgrade {
default upgrade;
Expand Down

0 comments on commit ed7dc9a

Please sign in to comment.