1
0
Fork 0
docker_container_template/caddy/example_Caddyfile
2022-09-09 08:12:19 +02:00

6 lines
120 B
Plaintext

#sample file for a reverse proxy
example.com {
encode zstd gzip
reverse_proxy http://172.17.0.1:8080
}