alberto56 / docker-drupal

A Docker image for testing Drupal sites. Contains a DB, a Drupal site at /srv/drupal/www, and the PHP cUrl library
4 stars 0 forks source link

Avoid timeouts during testing with the GUI in the devbox #9

Open alberto56 opened 9 years ago

alberto56 commented 9 years ago

Every time tests are run, we get something like: Gateway timeout.

http://www.codetweet.com/nginx/solved-504-gateway-timeout-error-in-nginx-web-server/ solves it. We should implement that for the development box.

alberto56 commented 9 years ago

You just have to do a "sudo service php5-fpm restart" for it to take effect