Nginx: HTTP redirect to HTTPSJune 10, 2017 | 🏷️Nginx | 📝 Editserver { listen *:80; server_name _; return 301 https://$host$request_uri; }