Welcome! Log In Create A New Profile

Advanced

Re: nginx try_files & drupal

Vitaliy Lisenko
October 08, 2009 02:12AM
вот это я считаю ( чисто мое мнение) идеологически не верным шагом:
location ~ \.php$ {
try_files

ну по идее, если у вас попросят /notfound.php нужно бы 404 отдать а не
/index.php

try_files я бы для location / только оставил что если нету то на
@drupal отправить.

ну и, ко всему прочему, вынес бы статику типа картинок в отдельный
локейшен, дабы не мучать бэкэнд запросами вида /nono.jpg которые в
вашем случае похоже уходят на rewrite ^ /index.php





29 сентября 2009 г. 20:36 пользователь Vasiliy G Tolstov
<v.tolstov@selfip.ru> написал:
> Я уже задавал вопрос по поводу nginx (try_files) и drupal, а именно
> почему ссылка с отчеты->источники посетителей->последнее посещение
> (сортирует по последнему посещения) не работала в варианте, который
> фигурирует на странице
> http://sysoev.ru/nginx/docs/http/ngx_http_core_module.html#try_files
>
> Опытным путем выяснил, чтобы заставить ссылку работать надо сделать
>
>  location / {
>    try_files      $uri  $uri/ @drupal;
>  }
>
>  location ~ \.php$ {
>    try_files      $uri  @drupal;
>    fastcgi_pass   unix:/var/run/php/selfip.ru;
>    fastcgi_param  SCRIPT_FILENAME  $document_root$fastcgi_script_name;
>    include        /etc/nginx/fastcgi_params;
>  }
>
>  location @drupal {
>    rewrite ^/(.*)$ /index.php?q=$1 last;
>  }
>
>
> У меня включены чисты ссылки если что, я дело явно не в том, в каком
> порядке пердаются fast_cgi параметры.
> Как видно из моего варианта, в секции @drupal отсутсвует проксирование
> на бекенд.
> Вопрос разбирающимся в try_files - на сколько корректне данный мною
> вариант?
>
>
> --
> Vasiliy G Tolstov <v.tolstov@selfip.ru>
> Selfip.Ru
>
>
>
Subject Author Posted

nginx try_files & drupal

Vasiliy G Tolstov September 29, 2009 09:42AM

Re: nginx try_files & drupal

Vitaliy Lisenko October 08, 2009 02:12AM

Re: nginx try_files & drupal

Vasiliy G Tolstov October 08, 2009 02:56AM

Re: nginx try_files & drupal

Igor Sysoev October 08, 2009 03:04AM

Re: nginx try_files & drupal

Vasiliy G Tolstov October 08, 2009 03:48AM

Re: nginx try_files & drupal

Igor Sysoev October 08, 2009 03:16AM

Re: nginx try_files & drupal

Vasiliy G Tolstov October 08, 2009 04:00AM

Re: nginx try_files & drupal

Igor Sysoev October 08, 2009 04:24AM

Re: nginx try_files & drupal

Vasiliy G Tolstov October 08, 2009 05:04AM

Re: nginx try_files & drupal

Igor Sysoev October 08, 2009 08:12AM

Re: nginx try_files & drupal

Alexey V. Karagodov October 08, 2009 03:02PM

Re: nginx try_files & drupal

Vasiliy G Tolstov October 08, 2009 06:22PM

Re: nginx try_files & drupal

Igor Sysoev October 08, 2009 03:24PM

Re: nginx try_files & drupal

Vasiliy G Tolstov October 08, 2009 06:22PM

Re: nginx try_files & drupal

Igor Sysoev October 09, 2009 01:40AM

Re: nginx try_files & drupal

Vasiliy G Tolstov October 09, 2009 02:28AM

Re: nginx try_files & drupal

Igor Sysoev October 09, 2009 02:44AM

Re: nginx try_files & drupal

Vasiliy G Tolstov October 09, 2009 03:18AM

Re: nginx try_files & drupal

Igor Sysoev October 09, 2009 03:30AM

Re: nginx try_files & drupal

Vasiliy G Tolstov October 09, 2009 04:22AM

Re: nginx try_files & drupal

Igor Sysoev October 09, 2009 04:50AM

Re: nginx try_files & drupal

Vasiliy G Tolstov October 09, 2009 05:40AM

Re[2]: nginx try_files & drupal

Denis F. Latypoff October 09, 2009 06:18AM

Re: nginx try_files & drupal

Igor Sysoev October 09, 2009 06:50AM

Re: nginx try_files & drupal

Vasiliy G Tolstov October 09, 2009 05:18AM

Re: nginx try_files & drupal

Igor Sysoev October 09, 2009 05:56AM

Re: nginx try_files & drupal

Vasiliy G Tolstov October 09, 2009 07:56AM

Re: nginx try_files & drupal

Igor Sysoev October 09, 2009 08:36AM

Re: nginx try_files & drupal

Vasiliy G Tolstov October 09, 2009 09:54AM

Re: nginx try_files & drupal

Igor Sysoev October 09, 2009 10:10AM

Re: nginx try_files & drupal

Igor Sysoev October 09, 2009 01:44PM

Re[2]: nginx try_files & drupal

Denis F. Latypoff October 09, 2009 02:24PM

Re: nginx try_files & drupal

Igor Sysoev October 09, 2009 02:44PM

Re: nginx try_files & drupal

Vasiliy G Tolstov October 09, 2009 03:42PM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 170
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 500 on July 15, 2024
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready