1
0
Fork 0
docker_container_template/caddy/example_Caddyfile

6 lines
120 B
Plaintext
Raw Normal View History

2022-09-09 06:12:19 +00:00
#sample file for a reverse proxy
example.com {
encode zstd gzip
reverse_proxy http://172.17.0.1:8080
}