mirror of
https://github.com/zhigang1992/graphql-engine.git
synced 2026-06-03 06:37:16 +08:00
7 lines
141 B
Caddyfile
7 lines
141 B
Caddyfile
# replace :80 with your domain name to get automatic https via LetsEncrypt
|
|
:80 {
|
|
proxy / graphql-engine:8080 {
|
|
websocket
|
|
}
|
|
}
|