Match if GET param exist
Юрий Гончаров
neo at miritec.com
Thu Jan 3 21:23:47 UTC 2013
nginx version: nginx/1.2.5,
PHP 5.3.19 (php-fpm)
server {
listen 80;
server_name domain.com;
location /templates/ {
deny all;
}
location /system/ {
deny all;
}
location / {
try_files $uri /front.php =405;
include fastcgi_params;
fastcgi_connect_timeout 3600;
fastcgi_send_timeout 3600;
fastcgi_read_timeout 3600;
fastcgi_pass unix:/tmp/php.socket;
client_max_body_size 100m;
root /www/projects/domain.com;
}
2013/1/3 OZzzy <nginx-forum at nginx.us>
> Конфигурация web сервера?
>
> Posted at Nginx Forum:
> http://forum.nginx.org/read.php?21,234665,234667#msg-234667
>
> _______________________________________________
> nginx-ru mailing list
> nginx-ru at nginx.org
> http://mailman.nginx.org/mailman/listinfo/nginx-ru
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.nginx.org/pipermail/nginx-ru/attachments/20130103/775cdfd9/attachment.html>
Подробная информация о списке рассылки nginx-ru