ПРОЕКТЫ
АРХИВ
nginx-ru @sysoev.ru
СТАТЬИ
ПЕРСОНАЛЬНОЕ
ПРОГРАММЫ
ПИШИТЕПИСЬМА
Как это проверить? server { include bx/node_port.conf; server_name www.site.ru site.ru; server_name_in_redirect off; proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_set_header Host $host:80; set $proxyserver "http://127.0.0.1:8888"; set $imcontenttype "text/html; charset=utf-8"; set $docroot "/home/bitrix/www/site/htdocs"; # www redirect if ($host ~* ^site.ru(.*)$) { rewrite ^(.*)$ http://www.site.ru$1 permanent; } index index.php; root /home/bitrix/www/site/htdocs; # Redirect to ssl if need if (-f /home/bitrix/www/site/htdocs/.htsecure) { rewrite ^(.*)$ https://$host$1 permanent; } location ~* ^.+\.(jpg|jpeg|gif|css|png|js|ico|html|flv|swf)$ { keepalive_timeout 75; keepalive_requests 100; root /home/bitrix/www/site/htdocs/; access_log off; expires 30d; autoindex on; } include bx/conf/im_common.conf; include bx/conf/bitrix.conf; include bx/server_monitor.conf;} C уважением, Денис 13.12.2012, 06:58, "Sokolov Evgeniy" <ewgraf@xxxxxxxxx>:Может до этой локации вообще дело не доходит? 12 декабря 2012 г., 18:18 пользователь <dekapriz@xxxxxxxxx> написал: Добрый день! Хочу убрать статику из журнала. Почему-то эта конструкция не работает: location ~* ^.+.(jpg|jpeg|gif|css|png|js|ico|html|flv|swf)$ { keepalive_timeout 75; keepalive_requests 100; root /home/bitrix/www/site/htdocs/; access_log off; expires 30d; autoindex on; } Хотя прекрасно работает на других серверах. Сайт на битриксе, если что. nginx-1.2.4-1.el6.ngx.i386 Денис -- --С уважением, Соколов Евгений,_______________________________________________ nginx-ru mailing listnginx-ru@xxxxxxxxxhttp://mailman.nginx.org/mailman/listinfo/nginx-ru _______________________________________________ nginx-ru mailing list nginx-ru@xxxxxxxxx http://mailman.nginx.org/mailman/listinfo/nginx-ru
Может до этой локации вообще дело не доходит? 12 декабря 2012 г., 18:18 пользователь <dekapriz@xxxxxxxxx> написал: Добрый день! Хочу убрать статику из журнала. Почему-то эта конструкция не работает: location ~* ^.+.(jpg|jpeg|gif|css|png|js|ico|html|flv|swf)$ { keepalive_timeout 75; keepalive_requests 100; root /home/bitrix/www/site/htdocs/; access_log off; expires 30d; autoindex on; } Хотя прекрасно работает на других серверах. Сайт на битриксе, если что. nginx-1.2.4-1.el6.ngx.i386 Денис -- --С уважением, Соколов Евгений,_______________________________________________ nginx-ru mailing listnginx-ru@xxxxxxxxxhttp://mailman.nginx.org/mailman/listinfo/nginx-ru
Добрый день! Хочу убрать статику из журнала. Почему-то эта конструкция не работает: location ~* ^.+.(jpg|jpeg|gif|css|png|js|ico|html|flv|swf)$ { keepalive_timeout 75; keepalive_requests 100; root /home/bitrix/www/site/htdocs/; access_log off; expires 30d; autoindex on; } Хотя прекрасно работает на других серверах. Сайт на битриксе, если что. nginx-1.2.4-1.el6.ngx.i386 Денис
_______________________________________________ nginx-ru mailing listnginx-ru@xxxxxxxxxhttp://mailman.nginx.org/mailman/listinfo/nginx-ru
_______________________________________________ nginx-ru mailing list nginx-ru@xxxxxxxxx http://mailman.nginx.org/mailman/listinfo/nginx-ru
Copyright © Lexa Software, 1996-2009.