Files
docked-wp/Caddyfile
2026-07-13 19:25:35 +02:00

11 lines
195 B
Caddyfile

http://adila-one-page.localhost {
root * /var/www/adila-one-page/public
encode gzip
php_fastcgi php83:9000
file_server
}
http://pma.localhost {
reverse_proxy phpmyadmin:80
}