mirror of
https://github.com/zhigang1992/graphql-engine.git
synced 2026-06-13 01:08:19 +08:00
6 lines
68 B
Caddyfile
6 lines
68 B
Caddyfile
<your-domain.com> {
|
|
proxy / graphql-engine:8080 {
|
|
websocket
|
|
}
|
|
}
|