<div dir="ltr">Thanks Valentin. Here's my config: <a href="https://gist.github.com/fletchowns/13680a9d101f96d5f728">https://gist.github.com/fletchowns/13680a9d101f96d5f728</a><br><br>$ /opt/nginx-1.6.2/sbin/nginx -V<br>nginx version: nginx/1.6.2<br>built by gcc 4.7.2 (Debian 4.7.2-5) <br>TLS SNI support enabled<br>configure arguments: --prefix=/opt/nginx-1.6.2 --conf-path=/etc/nginx/nginx.conf --sbin-path=/opt/nginx-1.6.2/sbin/nginx --with-http_ssl_module --with-http_gzip_static_module --with-http_spdy_module --add-module=/tmp/nginx_http_fancyindex_module<br><br></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Oct 15, 2014 at 5:35 PM, Valentin V. Bartenev <span dir="ltr"><<a href="mailto:vbart@nginx.com" target="_blank">vbart@nginx.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="HOEnZb"><div class="h5">On Monday 06 October 2014 12:25:37 Greg Barker wrote:<br>
> I'm using nginx 1.6.2 w/ SPDY to serve an autoindex of static files. After<br>
> I start downloading a file, I can no longer access other pages on the site.<br>
> I get a Firefox error message "The connection was interrupted" - a similar<br>
> message appears in Chrome. If I do a CTRL+F5, then I can browse the site<br>
> again while the download is going.<br>
><br>
> Is this a limitation of using SPDY to serve static files? Is there a<br>
> configuration parameter I need to adjust to avoid this issue?<br>
<br>
</div></div>I can't reproduce with a simple configuration:<br>
<br>
events {}<br>
<br>
http {<br>
ssl_certificate server.crt;<br>
ssl_certificate_key server.key;<br>
<br>
server {<br>
listen 443 ssl spdy;<br>
location / {}<br>
}<br>
}<br>
<br>
Could you provide output of nginx -V and your configuration?<br>
<br>
wbr, Valentin V. Bartenev<br>
<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>
</blockquote></div><br></div>