Nginx sticky annotations #258 made the global enable-sticky-sessions obsolete

This commit is contained in:
Arjan Schaaf 2017-04-21 14:57:45 +02:00
parent 9d4a8b8c17
commit 389e0f527c
2 changed files with 0 additions and 7 deletions

View file

@ -111,11 +111,6 @@ type Configuration struct {
// By default this is enabled
IgnoreInvalidHeaders bool `json:"ignore-invalid-headers"`
// EnableStickySessions enabled sticky sessions using cookies
// https://bitbucket.org/nginx-goodies/nginx-sticky-module-ng
// By default this is disabled
EnableStickySessions bool `json:"enable-sticky-sessions,omitempty"`
// EnableVtsStatus allows the replacement of the default status page with a third party module named
// nginx-module-vts - https://github.com/vozlt/nginx-module-vts
// By default this is disabled