How to Increase Various Limits of Nginx in Fast Panel

To increase the various limits of Nginx in Fast panel, you need to have the “Root Login Credentials” of the server. 

 

Step: 1 Login using the root details via SSH [You can use any tool for this method]. 

 

Step: 2 Now you need to increase the following limits [Only if your server is getting 504 Error quite often]: 

  1. fastcgi_buffers 16 16k;  
  2. fastcgi_buffer_size 32k;  
  3. proxy_buffer_size 128k;  
  4. proxy_buffers 4 256k;  
  5. proxy_busy_buffers_size 256k; 

 

Step: 3 You can edit such timeout limits using the file /etc/nginx/conf.d/99-fastpanel.conf. By default, the limit is set to 120 seconds.

  • 2 Users Found This Useful
Was this answer helpful?

Related Articles

How to install SSL in Fastpanel

Please follow the below steps : Login to Fastpanel. Click on SSL certificates. Click on a...

how to change php version in fastpanel

To change the PHP version in fastpanel, do the following:   Log into fastpanel Select...

How to increase PHP memory limit in fastpanel

To increase the PHP memory limit in fastpanel, do the following: Log into fastpanel Select...

How to create mail account in Fastpanel

  To create the mail account in Fastpanel, do the following: Log into Fastpanel Select...

How to set backup in fastpanel

To set backup in fastpanel, do the following: Log into fastpanel Click on menu at the top...