mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-15 17:31:56 +03: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
|
|
}
|
|
}
|