Loading
Added a new server block to handle incoming http request on port 8081.
Allow the server to redirect http connections over port 80:8081 to the desired port 443:8080. This is achieved by sending a 301 response along with the https URI.
Allow the server to redirect http connections over port 80:8081 to the desired port 443:8080. This is achieved by sending a 301 response along with the https URI.