<div dir="ltr">Hello.<div><br></div><div style>You may try:</div><div style><br></div><div style><div>        SetEnv HTTPS on</div><div>        SetEnv Port 443</div><div><br></div><div style>somewhere in your httpd.conf, if you are using apache backend, or:</div>
<div style><br></div><div style>        <span style="color:rgb(0,0,0)">fastcgi_param HTTPS           $https if_not_empty;</span></div><div style><span style="color:rgb(0,0,0)"><br></span></div><div style><font color="#000000">for fastcgi.</font></div>
</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">2012/12/22 Gulaholic <span dir="ltr"><<a href="mailto:nginx-forum@nginx.us" target="_blank">nginx-forum@nginx.us</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi,<br>
<br>
Thank you for your response.<br>
<br>
Here is my Nginx conf:<br>
user www-data;<br>
pid /var/run/nginx.pid;<br>
<br>
events {<br>
        multi_accept on;<br>
        worker_connections 1024;<br>
}<br>
<br>
http {<br>
        access_log off;<br>
        default_type application/octet-stream;<br>
        server_names_hash_bucket_size 64;<br>
        server_tokens off;<br>
}<br>
<br>
<br>
server {<br>
        listen 80;<br>
        server_name domain.tld;<br>
        access_log off;<br>
        error_log /home/userdirectory/http/logs/beta.crunchy.tk.log;<br>
        index index.html index.php;<br>
        root /home/userdirectory/http/hosts/<a href="http://beta.crunchy.tk" target="_blank">beta.crunchy.tk</a>;<br>
}<br>
<br>
<br>
Here is the output of curl -i <a href="http://domain.tld" target="_blank">http://domain.tld</a>:<br>
HTTP/1.1 302 Moved Temporarily<br>
Server: nginx<br>
Date: Sat, 22 Dec 2012 16:57:20 GMT<br>
Content-Type: text/html<br>
Transfer-Encoding: chunked<br>
Connection: keep-alive<br>
Set-Cookie: CMSSESSIDddd38826=ce5tkr97o1gm2vj7kkumuevur5; path=/<br>
Expires: Sat, 22 Dec 2012 19:57:20 GMT<br>
Cache-Control: public, max-age=10800<br>
Last-Modified: Sat, 10 Nov 2012 16:14:56 GMT<br>
Location: <a href="https://domain.tld" target="_blank">https://domain.tld</a><br>
<br>
As you can see the location is using https already.<br>
<br>
What can you see from these information?<br>
<br>
Thank you<br>
<br>
Posted at Nginx Forum: <a href="http://forum.nginx.org/read.php?2,231379,234328#msg-234328" target="_blank">http://forum.nginx.org/read.php?2,231379,234328#msg-234328</a><br>
<div class="HOEnZb"><div class="h5"><br>
_______________________________________________<br>
nginx mailing list<br>
<a href="mailto:nginx@nginx.org">nginx@nginx.org</a><br>
<a href="http://mailman.nginx.org/mailman/listinfo/nginx" target="_blank">http://mailman.nginx.org/mailman/listinfo/nginx</a><br>
</div></div></blockquote></div><br><br clear="all"><div><br></div>-- <br><div dir="ltr">Best Regards,<br><div>Vadim Lazovskiy</div></div>
</div>