File: http-upgrade_req-connection_map.conf

package info (click to toggle)
nginx-snippets 1.0%2Bnmu1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 64 kB
  • sloc: sh: 9; makefile: 2
file content (5 lines) | stat: -rw-r--r-- 128 bytes parent folder | download
1
2
3
4
5
# Used by snippets/common-proxy-pass-headers.conf
map $http_upgrade $req_connection {
    default upgrade;
    ""      "";
}