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:
hasura-bot 2022-02-01 19:18:59 +05:30
parent 514779dfb2
commit c25f02ff03

View File

@ -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>`__.