Drupal nginx php fpm 503

error_page 503 = @503;
 
location @503 {
     if ($upstream_http_etag) {
         return 503 "Site down for maintenance. We'll be back shortly";
     }
}

in vh

https://groups.drupal.org/node/256708