Title: Error #-200: HTTP Error
Last modified: July 6, 2020

---

# Error #-200: HTTP Error

 *  [marcofarias](https://wordpress.org/support/users/marcofarias/)
 * (@marcofarias)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/error-200-http-error-7/)
 * Hello, I had the Error #-200: HTTP Error show with only certain files that I 
   was trying to process.
 * My server is set up in a **Raspberry Pi runing Nginx** and the problem would 
   only occur when the file was complex but not big enough. I tried what was suggested
   in another post here to **decrease File Chunk Size** in the plugin settings but
   it did not work.
 * So I found the solution and I would like to share it with you. I also noticed
   from time to time a 504 Gateway timeout error. The solution for me was to increase
   the timeout setting to prevent the 504 error from happening and it also helped
   to prevent the Error #-200: HTTP Error as well.
 * Here is a webpage containing the solution of how to increase the nignx timeout
   settings:
 * [https://support.plesk.com/hc/en-us/articles/115000170354-An-operation-or-a-script-that-takes-more-than-60-seconds-to-complete-fails-on-a-website-hosted-in-Plesk-nginx-504-Gateway-Time-out](https://support.plesk.com/hc/en-us/articles/115000170354-An-operation-or-a-script-that-takes-more-than-60-seconds-to-complete-fails-on-a-website-hosted-in-Plesk-nginx-504-Gateway-Time-out)
 * Basically the steps are to open the nginx config file
 * nano /etc/nginx/nginx.conf
 * and add the following lines to http { }:
 * http {
    <…>
 *  proxy_send_timeout 180s;
    proxy_read_timeout 180s; fastcgi_send_timeout 180s;
   fastcgi_read_timeout 180s; }
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Ferror-200-http-error-7%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 1 replies (of 1 total)

 *  Plugin Author [fuzzoid](https://wordpress.org/support/users/fuzzoid/)
 * (@fuzzoid)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/error-200-http-error-7/#post-13101239)
 * Thank you

Viewing 1 replies (of 1 total)

The topic ‘Error #-200: HTTP Error’ is closed to new replies.

 * ![](https://ps.w.org/3dprint-lite/assets/icon-256x256.png?rev=2044659)
 * [3DPrint Lite](https://wordpress.org/plugins/3dprint-lite/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/3dprint-lite/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/3dprint-lite/)
 * [Active Topics](https://wordpress.org/support/plugin/3dprint-lite/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/3dprint-lite/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/3dprint-lite/reviews/)

## Tags

 * [504 Gateway Timeout](https://wordpress.org/support/topic-tag/504-gateway-timeout/)
 * [Error -200](https://wordpress.org/support/topic-tag/error-200/)
 * [ngnix](https://wordpress.org/support/topic-tag/ngnix/)
 * [raspberrypi](https://wordpress.org/support/topic-tag/raspberrypi/)

 * 1 reply
 * 2 participants
 * Last reply from: [fuzzoid](https://wordpress.org/support/users/fuzzoid/)
 * Last activity: [5 years, 11 months ago](https://wordpress.org/support/topic/error-200-http-error-7/#post-13101239)
 * Status: not resolved