Welcome! Log In Create A New Profile

Advanced

Re: Match if GET param exist

Юрий Гончаров
January 03, 2013 04:24PM
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@nginx.us>

> Конфигурация web сервера?
>
> Posted at Nginx Forum:
> http://forum.nginx.org/read.php?21,234665,234667#msg-234667
>
> _______________________________________________
> 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

Match if GET param exist

Юрий Гончаров January 03, 2013 01:44PM

Re: Match if GET param exist

OZzzy January 03, 2013 02:54PM

Re: Match if GET param exist

Юрий Гончаров January 03, 2013 04:24PM

Re: Match if GET param exist

Andrey Repin January 03, 2013 11:06PM

Re: Match if GET param exist

Igor Sysoev January 04, 2013 01:36AM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 149
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