mirror of
https://github.com/gristlabs/grist-core.git
synced 2026-03-02 04:09:24 +00:00
BootProbes: add a websocket probe
This self-test isn't perfect because we're running it from the backend instead of the frontend. Conceivably the backend might have trouble resolving its own url. Eventually we should move this test or something like it to something that executes in the frontend.
This commit is contained in:
committed by
jordigh
parent
088578f541
commit
07b80b1110
@@ -163,6 +163,15 @@ It is good practice not to run Grist as the root user.
|
||||
'reachable': {
|
||||
info: `
|
||||
The main page of Grist should be available.
|
||||
`
|
||||
},
|
||||
|
||||
'websockets': {
|
||||
// TODO: add a link to https://support.getgrist.com/self-managed/#how-do-i-run-grist-on-a-server
|
||||
info: `
|
||||
Websocket connections need HTTP 1.1 and the ability to pass a few
|
||||
extra headers in order to work. Sometimes a reverse proxy can
|
||||
interfere with these requirements.
|
||||
`
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user