mirror of
https://github.com/pomerium/pomerium.git
synced 2025-08-02 16:30:17 +02:00
set default codec type to auto/http1 (#2839)
This commit is contained in:
parent
70e0e866fc
commit
6b592afd3e
3 changed files with 9 additions and 0 deletions
|
@ -312,6 +312,7 @@ var defaultOptions = Options{
|
|||
Services: "all",
|
||||
CookieHTTPOnly: true,
|
||||
CookieSecure: true,
|
||||
CodecType: CodecTypeAuto,
|
||||
CookieExpire: 14 * time.Hour,
|
||||
CookieName: "_pomerium",
|
||||
DefaultUpstreamTimeout: 30 * time.Second,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue