How can I configure a Spring Cloud Gateway server to accept both HTTP and HTTPS connections?
I have SSL configured to port 443 on the Gateway server. I also want to accept HTTP requests on port 80. I know how to do this with a standard Spring Boot application running Tomcat, but I need to know how to configure the Netty server that Gateway uses.