mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-26 00:32:42 +01:00
Add a note about the /status/
path for load balancers to setup docs
Summary: Fixes T12926. This exists but isn't documented. Document it after the section about webserver setup, since that's probably when you'd want to set it up. Test Plan: Read carefully, visited `/status/`. Reviewers: chad, amckinley Reviewed By: chad Maniphest Tasks: T12926 Differential Revision: https://secure.phabricator.com/D18234
This commit is contained in:
parent
7aeefc0cca
commit
887ac740c6
1 changed files with 8 additions and 0 deletions
|
@ -143,6 +143,14 @@ Finally, you should run the following commands to enable php support:
|
|||
|
||||
Restart lighttpd after making your edits, then continue below.
|
||||
|
||||
|
||||
Load Balancer Health Checks
|
||||
===========================
|
||||
|
||||
If you're using a load balancer in front of your webserver, you can configure
|
||||
it to perform health checks using the path `/status/`.
|
||||
|
||||
|
||||
= Setup =
|
||||
|
||||
Now, navigate to whichever subdomain you set up. You should see instructions to
|
||||
|
|
Loading…
Reference in a new issue