ПРОЕКТЫ 


  АРХИВ 


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]

Re: location php-fpm



локейшены не перекрываются.

Но на всякий, вот полный конфиг:
server {
                listen 12.12.12.12:80;
                server_name site.ru www.site.ru;
                location ^~ /stat/ {
                        fastcgi_pass 127.0.0.1:9000;
                        fastcgi_index st.php;
                        fastcgi_param SCRIPT_FILENAME
/var/www/html$fastcgi_script_name;
                        include fastcgi_params;
                }

                location / {
                        proxy_pass http://24.24.24.24:80;
                        proxy_redirect http://24.24.24.24:80/ /;
                        proxy_set_header Host $host;
                        proxy_set_header X-Forwarded-For
$proxy_add_x_forwarded_for;
                        proxy_set_header X-Real-IP $remote_addr;
                }

                location ~*
^.+\.(jpg|jpeg|gif|png|svg|js|css|mp3|ogg|mpe?g|avi|zip|gz|bz2?|rar|ico)$
{
                        proxy_pass http://24.24.24.24:80;
                }

        }

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

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


 




Copyright © Lexa Software, 1996-2009.