1
0
Fork 0

added sample config

This commit is contained in:
leo 2022-09-09 08:12:19 +02:00
parent a40754ff13
commit 1a08e23c14

5
caddy/example_Caddyfile Normal file
View file

@ -0,0 +1,5 @@
#sample file for a reverse proxy
example.com {
encode zstd gzip
reverse_proxy http://172.17.0.1:8080
}