Welcome! Log In Create A New Profile

Advanced

upload module and fastcgi_pass

Glen Lumanau
August 04, 2010 02:34AM
Hello guys,

I need to run nginx upload progress module, however I got problem with
fastcgi_pass

here's my config

server {
listen 192.168.1.6:81;
client_max_body_size 15m;
client_body_buffer_size 128k;
root /home/mysite/public_html;

location / {
root /home/delta/dev;
index index.php index.html;
expires 7d;
try_files $uri $uri/ /index.php?$uri;
}

location ^~ /progress {
report_uploads proxied;
}

location ~ \.php$ {
include /etc/nginx/conf/fastcgi_params;
fastcgi_pass 127.0.0.1:9000;
track_uploads proxied 30s;
fastcgi_connect_timeout 600;
fastcgi_read_timeout 600;
fastcgi_param REQUEST_URI $request_uri;
fastcgi_param QUERY_STRING $query_string;
fastcgi_param REQUEST_METHOD $request_method;
fastcgi_param CONTENT_TYPE $content_type;
fastcgi_param CONTENT_LENGTH $content_length;
fastcgi_param SCRIPT_FILENAME /home/delta/dev/index.php;
}

the progress module is not working

_______________________________________________
nginx mailing list
nginx@nginx.org
http://nginx.org/mailman/listinfo/nginx
Subject Author Posted

upload module and fastcgi_pass

Glen Lumanau August 04, 2010 02:34AM

Re: upload module and fastcgi_pass

Glen Lumanau August 04, 2010 02:34AM

Re: upload module and fastcgi_pass

Brice Figureau August 05, 2010 07:56AM

Re: upload module and fastcgi_pass

Glen Lumanau August 05, 2010 08:04AM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

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