mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-11-13 09:17:21 +03:00
5 lines
119 B
Caddyfile
5 lines
119 B
Caddyfile
# replace :80 with your domain name to get automatic https via LetsEncrypt
|
|
:80 {
|
|
reverse_proxy graphql-engine:8080
|
|
}
|