Welcome! Log In Create A New Profile

Advanced

Upload File Limit Problum

Posted by Yamiraan 
Upload File Limit Problum
December 30, 2012 01:48AM
how to increase upload limit, im gonna post my conf file plz anybody can modify and post i will really apriciate btw i install ngnix under plesk panel


#user nginx;
worker_processes 1;

#error_log /var/log/nginx/error.log;
#error_log /var/log/nginx/error.log notice;
#error_log /var/log/nginx/error.log info;

#pid /var/run/nginx.pid;


events {
worker_connections 1024;
}


http {
include mime.types;
default_type application/octet-stream;

#log_format main '$remote_addr - $remote_user [$time_local] "$request" '
# '$status $body_bytes_sent "$http_referer" '
# '"$http_user_agent" "$http_x_forwarded_for"';

#access_log /var/log/nginx/access.log main;

sendfile on;
#tcp_nopush on;

#keepalive_timeout 0;
keepalive_timeout 65;
#tcp_nodelay on;

#gzip on;
#gzip_disable "MSIE [1-6]\.(?!.*SV1)";

server_tokens off;

include /etc/nginx/conf.d/*.conf;
}



Edited 1 time(s). Last edit at 12/30/2012 01:50AM by Yamiraan.
Re: Upload File Limit Problum
December 30, 2012 06:08PM
As I know the upload limit is setted by PHP itself. Take a look in your php.ini.
Re: Upload File Limit Problum
December 30, 2012 06:32PM
php.ini is set, because if i disable nginx uploading limit is as set in php.ini but when i enable nginx file big then 128 is rejected to upload
Sorry, only registered users may post in this forum.

Click here to login

Online Users

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