I\'m using HAProxy for load balancing and only want my site to support https. Thus, I\'d like to redirect all requests on port 80 to port 443.
How would I do this?<
Simply:
frontend incoming_requsts bind *:80 bind *:443 ssl crt *path_to_cert*.**pem** **http-request redirect scheme https unless { ssl_fc }** default_backend k8s_nodes