Hi! First post Total newcomer to Nginx, has always used Apache. But now I want to setup a VPS using Nginx. The goal is to setup a domain and use it as reverse proxy for a server application that cant handle https. The below conf works for http but how do I change it to force https? Hope the q is understandable server { server_name <snip> client_max_body_size 50000M;by Havouza15 - Migration from Other Servers