Create Caddyfile

This commit is contained in:
lxhao61 2020-08-14 14:31:42 +08:00 committed by GitHub
parent e4d2527e74
commit e3a9ac63ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,11 @@
https://xx.com:443 {
tls yy@zz.com
root * /var/www
file_server
reverse_proxy /path 127.0.0.1:2001 {
transport http {
versions h2c
}
}
}