/
Heroku custom maintenance page
Heroku custom maintenance page
We use standard heroku features to supply a custom branded static HTML “down for maintenance” page to heroku.
heroku docs:
Our docs: scihist_digicoll/static_html at master · sciencehistory/scihist_digicoll
At this time, due to a bug in heroku – if you want to go back to heroku default maintenancce page (say we’ve accidentally deleted ours from S3 or something), you have to explicitly set heroku config var MAINTENACE_PAGE_URL to the value for heroku’s default page (instead of just unsetting it).
heroku config:set MAINTENANCE_PAGE_URL=//www.herokucdn.com/error-pages/maintenance-mode.html
This workaround given by heroku support at https://help.heroku.com/tickets/1007975
, multiple selections available,
Related content
Database maintenance on Heroku
Database maintenance on Heroku
More like this
Quick Operational Troubleshooting Cookbook
Quick Operational Troubleshooting Cookbook
More like this
Manually executing heroku redis maintenance
Manually executing heroku redis maintenance
More like this
Heroku Operational Components Overview
Heroku Operational Components Overview
More like this
Heroku developer setup
Heroku developer setup
More like this
Heroku Proposal
Heroku Proposal
More like this