Files
graphql-engine/install-manifests/docker-compose-https/Caddyfile
2018-09-13 15:03:13 +05:30

6 lines
68 B
Caddyfile

<your-domain.com> {
proxy / graphql-engine:8080 {
websocket
}
}