Skip to content

Instantly share code, notes, and snippets.

View ihrifat2's full-sized avatar
🎯
Focusing

Imran Hadid ihrifat2

🎯
Focusing
View GitHub Profile
@ihrifat2
ihrifat2 / Caddyfile
Created August 2, 2023 04:13 — forked from clandestine8/Caddyfile
Multi App PHP / Laravel Docker Development Environment using Caddy as Reverse Proxy
app.localhost {
tls internal
root * /srv/App/public
php_fastcgi App:9000 {
root /var/www/public
}
file_server
encode gzip
}