Nginx sticky annotations #258 made the global enable-sticky-sessions obsolete
This commit is contained in:
parent
9d4a8b8c17
commit
389e0f527c
2 changed files with 0 additions and 7 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue