Welcome! Log In Create A New Profile

Advanced

Re: Помогите с location и rewrite

Alexander Moskalenko
October 02, 2011 08:54AM
root /path/to/document_root;
index index.php;

location / {
try_files $uri @backend;
}

location ~ \.php$ {
return 503;
}

location ~ \.php$ {
fastcgi_pass 127.0.0.1:9000;
fastcgi_index index.php;
fastcgi_param SCRIPT_FILENAME $document_root/index.php;
include fastcgi_params;
}


2011/10/2 alexpts <nginx-forum@nginx.us>

> Спасибо за код, Валентин!
>
> Возникает еще такой вопрос по строчке
> try_files $uri @php_index;
>
> $uri может содержать все, что угодно, в
> том числе и php скрипты. Php скрипты не
> должны никакие кроме, index.php вызываться.
>
> Как ограничить при таком подходе вызов
> всего, кроме указанных расширений,
> чтобы проверялись (css|js|pdf|odt|...|jpg|png|gif)
> вместо $uri?
>
> Posted at Nginx Forum:
> http://forum.nginx.org/read.php?21,216171,216176#msg-216176
>
> _______________________________________________
> nginx-ru mailing list
> nginx-ru@nginx.org
> http://mailman.nginx.org/mailman/listinfo/nginx-ru
>
_______________________________________________
nginx-ru mailing list
nginx-ru@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx-ru
Subject Author Posted

Помогите с location и rewrite

alexpts October 02, 2011 03:03AM

Re: Помогите с location и rewrite

Валентин Бартенев October 02, 2011 07:36AM

Re: Помогите с location и rewrite

alexpts October 02, 2011 07:49AM

Re: Помогите с location и rewrite

Alexander Moskalenko October 02, 2011 08:54AM

Re: Помогите с location и rewrite

Alexander Moskalenko October 02, 2011 08:54AM

Re: Помогите с location и rewrite

Валентин Бартенев October 02, 2011 09:16AM

Re: Помогите с location и rewrite

Alexander Moskalenko October 02, 2011 09:26AM

Re: Помогите с location и rewrite

Валентин Бартенев October 02, 2011 09:30AM

Re: Помогите с location и rewrite

Валентин Бартенев October 02, 2011 08:54AM

Re: Помогите с location и rewrite

Валентин Бартенев October 02, 2011 09:10AM

Re: Помогите с location и rewrite

alexpts October 02, 2011 09:18AM

Re: Помогите с location и rewrite

alexpts October 02, 2011 09:23AM

Re[2]: location rewrite

Andrey Repin October 02, 2011 09:06PM

Re: Re[2]: location rewrite

alexpts October 03, 2011 12:47PM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 300
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready