新增部分示例;更新部分镜像版本

This commit is contained in:
2024-04-22 10:53:00 +00:00
committed by cloud-init created default user
parent 78948bc57f
commit 0b36422e96
9 changed files with 167 additions and 2 deletions

13
examples/caddy/Caddyfile Normal file
View File

@@ -0,0 +1,13 @@
example.com {
root * /var/www/wordpress
encode gzip
php_fastcgi unix//run/php/php-version-fpm.sock
file_server
}
a.example.com {
reverse_proxy http://127.0.0.1:8080
log {
output file /var/log/caddy/a.example.com.log
}
}