HOWOKACE
search
โŒ˜Ctrlk
HOWOKACE
  • ๐ŸŽ‡Network
  • ๐Ÿ›žSystem
    • โœ…Infra
    • ๐ŸŒOpen Source
      • Signoz
      • PFSense
      • Jenkins
      • NGINX
      • HAProxy
        • HAProxy Transparent
        • Keepalived๋ฅผ ์ด์šฉํ•œ HAproxy ์ด์ค‘ํ™”
        • Haproxy๋ฅผ ๋‹ค์šดํƒ€์ž„ ์—†์ด ์žฌ์‹œ์ž‘(reload)ํ•˜๊ธฐ
        • HTTP to HTTPS
      • Elastic
    • ๐ŸงLinux
    • DB
    • VMware
  • โš™๏ธDevOps
  • ๐Ÿ”“Security
  • โ˜๏ธCloud
  • TroubleShooting
gitbookPowered by GitBook
block-quoteOn this pagechevron-down
  1. ๐Ÿ›žSystemchevron-right
  2. ๐ŸŒOpen Sourcechevron-right
  3. HAProxy

HTTP to HTTPS

frontend http-in
    bind *:80
    redirect scheme https code 301 if !{ ssl_fc }
circle-info

์ฐธ๊ณ 

https://www.haproxy.com/blog/redirect-http-to-https-with-haproxarrow-up-right

https://webhostinggeeks.com/howto/how-to-configure-haproxy-for-http-to-https-redirection/arrow-up-right

PreviousHaproxy๋ฅผ ๋‹ค์šดํƒ€์ž„ ์—†์ด ์žฌ์‹œ์ž‘(reload)ํ•˜๊ธฐchevron-leftNextElasticchevron-right

Last updated 2 years ago