Nginx-ru mailing list archive (nginx-ru@sysoev.ru)
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Не получается настроить nginx gzip на windows
Сергей, вот когда искал, наткнулся на
стэковерфлоу
http://stackoverflow.com/questions/561046/how-many-concurrent-ajax-xmlhttprequest-requests-are-allowed-in-popular-browser
Да, в каталоге по 50 картинок
загружается на страницу.
поробовал ваш вариант и такой
[code]
server {
listen 8080;
server_name ~^static\d+\.localhost$;
location / {
root static/;
}
}
[/code]
не заводится(
Posted at Nginx Forum:
http://forum.nginx.org/read.php?21,151363,151397#msg-151397
_______________________________________________
nginx-ru mailing list
nginx-ru@xxxxxxxxx
http://nginx.org/mailman/listinfo/nginx-ru
|