caddy/Caddyfile

6 lines
83 B
Caddyfile
Raw Normal View History

2023-04-14 12:50:35 +00:00
:80 {
root * /var/www/html
php_fastcgi wordpress:9000
encode gzip
file_server
}