Skip to content

Instantly share code, notes, and snippets.

@iGEL
Created March 3, 2012 10:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save iGEL/1965393 to your computer and use it in GitHub Desktop.
Save iGEL/1965393 to your computer and use it in GitHub Desktop.
error_page 503 /system/maintenance.html;
location / {
passenger_enabled on;
if ( -f $document_root/system/maintenance.html ) {
return 503;
}
}
location = /system/maintenance.html {
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment