Posted inhttps nginx Nginx, redirecting all request to https Posted by admin September 16, 2010No CommentsPosted inhttps, nginx In normal https configuration just add rewrite directive like this: location / { rewrite ^(.*) https://$host$1 permanent; } admin View All Posts Post navigation Previous Post Linux related Picture Found On InternetNext PostMounting a JFFS2 filesystem in Linux