11 lines
195 B
Caddyfile
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
|
|
}
|