| Server IP : 178.128.116.179 / Your IP : 216.73.216.206 Web Server : nginx/1.30.3 System : Linux glamautowash 6.8.0-71-generic #71-Ubuntu SMP PREEMPT_DYNAMIC Tue Jul 22 16:52:38 UTC 2025 x86_64 User : root ( 0) PHP Version : 8.4.22 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /etc/nginx/global/ |
Upload File : |
# How long each connection should stay open for. keepalive_timeout 15; # Timeout for reading client request body. client_body_timeout 30; # Timeout for reading client request header. client_header_timeout 30; # Timeout for transmitting reponse to client. send_timeout 30; # Set the maximum allowed size of client request body. This should be set # to the value of files sizes you wish to upload to the WordPress Media Library. # You may also need to change the values `upload_max_filesize` and `post_max_size` within # your php.ini for the changes to apply. client_max_body_size 64m;