Skip to content

Commit

Permalink
Revised the "Maintenance" section to the Administration pg of the Ins…
Browse files Browse the repository at this point in the history
…tallation Guide. [ref #2588]
  • Loading branch information
mheppler committed Jun 29, 2016
1 parent c518234 commit 87cf58b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion doc/sphinx-guides/source/installation/administration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,9 @@ There is a database table called ``actionlogrecord`` that captures events that m
Maintenance
----------

When you have scheduled down time for your production servers, we have a `static maintenance page template <../_static/installation/files/etc/maintenance/maintenance.xhtml>`_ that we've provided for your convenience.
When you have scheduled down time for your production servers, we provide a `sample maintenance page <../_static/installation/files/etc/maintenance/maintenance.xhtml>`_ (right-click and select "Save File As" to download).

The maintenance page is intended to be a static page served by Apache to provide users with a nicer, more informative experience when the site is unavailable.

User Administration
-------------------
Expand Down

2 comments on commit 87cf58b

@pdurbin
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@mheppler /etc/maintenance doesn't make sense as a place where a sysadmin would put this file. /var/www/html/maintenance/index.html makes more sense since it's where Apache puts files by default. Can you please change this?

Also, is there a reason we're using xhtml rather than html?

@mheppler
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@pdurbin not sure that a comment on a commit is the best place to discuss changes because it took me a minute to find this. There is still an open development ticket at #2588, and as you know, I am trying to schedule a meeting to review open issues.

Please sign in to comment.