ПРОЕКТЫ 


  АРХИВ 


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: Помогите с составлением правил



On Tue, Nov 24, 2009 at 06:38:33PM +0300, Alexey Mahotkin wrote:

> 2009/11/24 Роман <n.g.i.n.x.e.r@xxxxxxxxx>:
> > в корне обрабатывать все через index.php
> > и в system все через index.php
> > и чтобы не перекрывались между собой
> 
> если через нижележащий апач -- то
> 
>        location ~ \.php$ {
>                 proxy_pass http://127.0.80.1:80;
>                 proxy_set_header X-Forwarded-For $remote_addr;
>                 proxy_set_header X-Real-IP $remote_addr;
>                 proxy_set_header X-Host $host;
>         }
> 
>         location / {
>                  try_files $uri /index.php;
>         }
> 
> если через Fastcgi -- то в документации к nginx есть куча примеров.

Скорее всего, ещё нужно

         location /system/ {
                  try_files $uri /system/index.php;
         }


-- 
Игорь Сысоев
http://sysoev.ru

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


 




Copyright © Lexa Software, 1996-2009.