Skip to content

Instantly share code, notes, and snippets.

@toch
Created November 6, 2015 16:02
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 toch/f4cb2d7718c600698e04 to your computer and use it in GitHub Desktop.
Save toch/f4cb2d7718c600698e04 to your computer and use it in GitHub Desktop.
simple maintenance page for rails + apache2
RewriteEngine On
ErrorDocument 503 /maintenance.html
RewriteCond %{REQUEST_URI} !.(css|gif|jpg|png)$
RewriteCond %{DOCUMENT_ROOT}/maintenance.html -f
RewriteCond %{SCRIPT_FILENAME} !maintenance.html
RewriteRule ^.*$ - [L,R=503]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment