<p>Ah, also, with using redirect with a request SSL then redirected to a non-ssl site work?</p>
<div class="gmail_quote">On May 15, 2011 3:48 AM, &quot;Ryan B&quot; &lt;<a href="mailto:mp3geek@gmail.com">mp3geek@gmail.com</a>&gt; wrote:<br type="attribution">&gt; server {<br>&gt;         server_name <a href="http://secure.mydomain.com">secure.mydomain.com</a>;<br>
&gt;         listen       443;<br>&gt;         gzip         on;<br>&gt;         gzip_comp_level  1;<br>&gt;         gzip_types      text/plain text/html text/css<br>&gt; application/x-javascript text/xml text/javascript;<br>
&gt;         gzip_static on;<br>&gt;         gzip_http_version   1.1;<br>&gt;         gzip_proxied        any;<br>&gt;         gzip_disable        &quot;msie6&quot;;<br>&gt;         gzip_vary           on;<br>&gt;         ssl          on;<br>
&gt;         ssl_ciphers RC4:ALL:-LOW:-EXPORT:!ADH:!MD5;<br>&gt;         keepalive_timeout  0;<br>&gt;         ssl_certificate      /root/server.pem;<br>&gt;         ssl_certificate_key  /root/ssl.key;<br>&gt; <br>&gt;            location / {<br>
&gt;                 root   /var/www;<br>&gt;                 index  index.html index.htm index.php;<br>&gt;             }<br>&gt; <br>&gt;         }<br>&gt; <br>&gt; Seems to work well (and accepts both SSL ipv4/ipv6 since they point to<br>
&gt; same ip)..<br>&gt; But I&#39;d like to move ipv4-only traffic away to another ip. How is this<br>&gt; done? I&#39;m guessing I create 2 of these, specifying ipv4 in one and<br>&gt; ipv6 in the other?<br></div>