ПРОЕКТЫ 


  АРХИВ 


Apache-Talk @lexa.ru 

Inet-Admins @info.east.ru 

Filmscanners @halftone.co.uk 

Security-alerts @yandex-team.ru 

nginx-ru @sysoev.ru 


  СТАТЬИ 


  ПЕРСОНАЛЬНОЕ 


  ПРОГРАММЫ 



ПИШИТЕ
ПИСЬМА












     АРХИВ :: nginx-ru
Nginx-ru mailing list archive (nginx-ru@sysoev.ru)

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

1.1.15 - картинки.


  • To: nginx-ru@xxxxxxxxx
  • Subject: 1.1.15 - картинки.
  • From: "adept" <nginx-forum@xxxxxxxx>
  • Date: Fri, 17 Feb 2012 17:44:27 -0500 (EST)
  • Dkim-signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=tigger.jlkhosting.com; s=x; h=From:Message-ID:Content-Transfer-Encoding:Content-Type:Subject:To:Date; bh=oeYjYs5Gc7uVReDoawEfnx03ASZ/5syNwBDImxWiHoY=; b=ahQRig7j43JnEzVTnsxhzicrChGKZ9LMRNIZKEEr2kdBoU21V6km6lyfyg7zCH46R7Z9Z14g+6LTkXSIE2mGSXx/jkYY8AlF2iRdopiMhxNRXgRAl8bbxJbnVTFX1kIu;

Собно собрал nginx, с такими параметрами:
./configure --conf-path=/etc/nginx/nginx.conf
--error-log-path=/var/log/nginx/error.log
--http-client-body-temp-path=/var/lib/nginx/body
--http-fastcgi-temp-path=/var/lib/nginx/fastcgi
--http-log-path=/var/log/nginx/access.log
--http-proxy-temp-path=/var/lib/nginx/proxy
--http-scgi-temp-path=/var/lib/nginx/scgi
--http-uwsgi-temp-path=/var/lib/nginx/uwsgi
--lock-path=/var/lock/nginx.lock --pid-path=/var/run/nginx.pid
--with-debug --with-http_dav_module --with-http_flv_module
--with-http_geoip_module --with-http_gzip_static_module
--with-http_image_filter_module --with-http_realip_module
--with-http_stub_status_module --with-http_ssl_module
--with-http_sub_module --with-http_xslt_module --with-ipv6
--with-sha1=/usr/include/openssl --with-md5=/usr/include/openssl
--with-mail --with-mail_ssl_module

Вроде вде ок. Но при добавлении в конфиг
disable_symlinks on; , отпадают картинки на
сайтах, при прямом обращении на
картинку, получаю 403
На тазике ISP manager

локейшен статики такой:
location ~*
^.+\.(jpg|jpeg|gif|png|svg|js|css|mp3|ogg|mpe?g|avi|zip|gz|bz2?|rar)$ {
                        root /var/www/username/data/www/site.ru;
                        access_log /var/www/httpd-logs/site.ru.access.log ;
}

В чем может быть проблема?

Posted at Nginx Forum: 
http://forum.nginx.org/read.php?21,222577,222577#msg-222577

_______________________________________________
nginx-ru mailing list
nginx-ru@xxxxxxxxx
http://mailman.nginx.org/mailman/listinfo/nginx-ru


 




Copyright © Lexa Software, 1996-2009.