takaaki (owner)

Revisions

gist: 99709 Download_button fork
public
Public Clone URL: git://gist.github.com/99709.git
Embed All Files: show embed
apache2.conf #
1
2
3
4
5
# Add this for Rails projects to make the "maintenance" mode work.
RewriteCond %{DOCUMENT_ROOT}/system/maintenance.html -f
RewriteCond %{SCRIPT_FILENAME} !maintenance.html
RewriteRule ^.*$ /system/maintenance.html [L]