Re: http2 broke links in code

2015-08-17 Thread dims
Thanks - work fine now! Valentin V. Bartenev mailto:vb...@nginx.com August 14, 2015 at 7:11 PM [...] Thanks for the report. Please, try the new patch: http://nginx.org/patches/http2/ wbr, Valentin V. Bartenev ___ nginx-devel mailing list

http2 broke links in code

2015-08-14 Thread dims
Default ssl configuration: link rel=stylesheet media=all href=//www.domain.ru/css2/reset-min.css When enable http2 link brokes link rel=stylesheet media=all href=///css2/reset-min.css ___ nginx-devel mailing list nginx-devel@nginx.org

Re: http2 broke links in code

2015-08-14 Thread dims
Yes, you right, my mistake But found problem why dont work our code. We use nginx + php-fpm and variable HTTP_HOST in code Config: location ~ \.(html|php)$ { rewrite ^(.+)\.html$ $1.php break; include /etc/nginx/fastcgi_params; fastcgi_pass