mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-15 09:22:43 +03:00
docs: edit the caddy file to exclude websocket on digital-ocean-one-click page
GITHUB_PR_NUMBER: 7179 GITHUB_PR_URL: https://github.com/hasura/graphql-engine/pull/7179 PR-URL: https://github.com/hasura/graphql-engine-mono/pull/1722 Co-authored-by: Julius Francisco <53907+baldrailers@users.noreply.github.com> GitOrigin-RevId: 34424445352066a9a01a465da8c4805e21cd7bce
This commit is contained in:
parent
514779dfb2
commit
c25f02ff03
@ -220,9 +220,7 @@ Step 4: Edit the ``Caddyfile`` and change ``:80`` to your domain
|
||||
|
||||
...
|
||||
add_your-domain-here {
|
||||
proxy / graphql-engine:8080 {
|
||||
websocket
|
||||
}
|
||||
reverse_proxy / graphql-engine:8080
|
||||
}
|
||||
...
|
||||
|
||||
@ -414,4 +412,4 @@ Troubleshooting
|
||||
---------------
|
||||
|
||||
Logs should be able to help you in most scenarios. If it doesn't, feel free to
|
||||
talk to us on `Discord <https://discord.gg/hasura>`__.
|
||||
talk to us on `Discord <https://discord.gg/hasura>`__.
|
||||
|
Loading…
Reference in New Issue
Block a user