Sep 162010
 

In normal https configuration just add rewrite directive like this:

         location  / {
             rewrite ^(.*) https://$host$1 permanent;
         }

 Leave a Reply

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>

(required)

(required)

*