graphql-engine/install-manifests/docker-compose-https/Caddyfile

7 lines
141 B
Caddyfile
Raw Normal View History

# replace :80 with your domain name to get automatic https via LetsEncrypt
:80 {
proxy / graphql-engine:8080 {
websocket
}
2018-09-13 12:33:13 +03:00
}