Sep 162010
In normal https configuration just add rewrite directive like this:
location / { rewrite ^(.*) https://$host$1 permanent; }
In normal https configuration just add rewrite directive like this:
location / { rewrite ^(.*) https://$host$1 permanent; }