graphql-engine/install-manifests/docker-compose-https/Caddyfile
2018-10-17 10:56:14 +05:30

7 lines
141 B
Caddyfile

# replace :80 with your domain name to get automatic https via LetsEncrypt
:80 {
proxy / graphql-engine:8080 {
websocket
}
}