Initial setup

This commit is contained in:
Alexis
2026-07-13 19:25:35 +02:00
parent b390c687c9
commit 5c765c1dbe
13 changed files with 146 additions and 1 deletions

10
Caddyfile Normal file
View File

@@ -0,0 +1,10 @@
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
}