Bravo List
Register
Go Back   > Bravo List > Source Code > Active Trackers > UNIT3D
Reply
Thread Tools
  #1  
Old 16th June 2024, 01:38
leech24 leech24 is offline
Senior Member
 
Join Date: Feb 2015
Posts: 18
Default error:413 Request Entity Too Large
i try many doesnt work
https://askubuntu.com/questions/3320...he-php-ini-are
Reply With Quote
  #2  
Old 16th June 2024, 20:53
DND DND is offline
VIP
 
Join Date: Dec 2008
Posts: 1,244
Default
stop using any cpanel and use full edge command terminal
you can easily change settings like that
that if you are using full dedicated server and not a shared vps/dedi box
__________________
Need HELP!? I can install:

  1. Server/VPS (Debian,CentOS,Ubuntu,Fedora, FreeBSD) Optimization and ... + Modules
  2. Webserver Windows/Linux (Apache/Lighttpd/Nginx/Mysql/PhpMyAdmin/SSL) Optimization and ... + Modules
  3. Seedbox Windows/Linux (uTorrent,rTorrent,libTorrent,ruTorrent) + Modules
  4. Multiple source code engines
  5. Linux Server Administration (security, cryptography/encryption, proxy, load balancer, custom ddos firewall)
Reply With Quote
  #3  
Old 18th June 2024, 03:30
HDVinnie's Avatar
HDVinnie HDVinnie is offline
BluCrew
 
Join Date: Dec 2014
P2P
Posts: 141
Default
You need to update nginx and php configs two accept larger files.

Im barely on this site. To much going on with UNIT3D and real life I only use our official discord now.

https://polar.sh/HDInnovations/products

https://polar.sh/HDInnovations/subscriptions

If need support / services.
__________________
Founder Of UNIT3D
Reply With Quote
  #4  
Old 19th June 2024, 20:52
leech24 leech24 is offline
Senior Member
 
Join Date: Feb 2015
Posts: 18
Default
upload limit
i make some edit in upload limit

effect not work

this 2 files
/etc/php/8.3/fpm/php.ini
/etc/nginx/nginx.conf

more info

https://stackoverflow.com/questions/...le-size-upload

https://stackoverflow.com/questions/...load-file-size

Bump: /etc/nginx/nginx.conf

this my file
i added client_max_body_size 8M;
Code:
user www-data;
worker_processes auto;
pid /run/nginx.pid;
include /etc/nginx/modules-enabled/*.conf;

events {
    worker_connections 768;
    # multi_accept on;
}


http {
    ##
    # Basic Settings
    ##

    sendfile on;
    tcp_nopush on;
    tcp_nodelay on;
    keepalive_timeout 65;
    types_hash_max_size 2048;
    # server_tokens off;

    # server_names_hash_bucket_size 64;
    # server_name_in_redirect off;

    include /etc/nginx/mime.types;
    default_type application/octet-stream;
    

    ##
    # SSL Settings
    ##

    ssl_protocols TLSv1 TLSv1.1 TLSv1.2 TLSv1.3; # Dropping SSLv3, ref: POODLE
    ssl_prefer_server_ciphers on;

    ##
    # Logging Settings
    ##

    access_log /var/log/nginx/access.log;
    error_log /var/log/nginx/error.log;

    ##
    # Gzip Settings
    ##

    gzip on;

    # gzip_vary on;
    # gzip_proxied any;
    # gzip_comp_level 6;
    # gzip_buffers 16 8k;
    # gzip_http_version 1.1;
    # gzip_types text/plain text/css application/json application/javascript text/xml application/xml application/xml+rss text/javascript;

    ##
    # Virtual Host Configs
    ##

    include /etc/nginx/conf.d/*.conf;
    include /etc/nginx/sites-enabled/*;
    
}
    

#mail {
#    # See sample authentication script at:
#    # http://wiki.nginx.org/ImapAuthenticateWithApachePhpScript
# 
#    # auth_http localhost/auth.php;
#    # pop3_capabilities "TOP" "USER";
#    # imap_capabilities "IMAP4rev1" "UIDPLUS";
# 
#    server {
#        listen     localhost:110;
#        protocol   pop3;
#        proxy      on;
#    }
# 
#    server {
#        listen     localhost:143;
#        protocol   imap;
#        proxy      on;
#    }
#}
Reply With Quote
Reply

Tags
entity , error413 , large , request


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump



All times are GMT +2. The time now is 22:19. vBulletin skin by ForumMonkeys. Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.