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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

5 lines
119 B
Caddyfile
Raw Normal View History

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