]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: http: add "redirect scheme" to ease HTTP to HTTPS redirection
authorWilly Tarreau <w@1wt.eu>
Wed, 12 Sep 2012 06:43:15 +0000 (08:43 +0200)
committerWilly Tarreau <w@1wt.eu>
Wed, 12 Sep 2012 06:43:15 +0000 (08:43 +0200)
commit2e1dca8f5238155cbc52d37316fe858c4f61cf34
tree9c292f47e20be229ae56202216698e6ad43c89d2
parent16216828fcdaeeac70fb69415193eae1dc7808a5
MEDIUM: http: add "redirect scheme" to ease HTTP to HTTPS redirection

For instance :

   redirect scheme https if !{ is_ssl }
doc/configuration.txt
include/types/proto_http.h
src/cfgparse.c
src/proto_http.c