Skip to content

Instantly share code, notes, and snippets.

View voroninadm's full-sized avatar
🏝️
waiting for a summer

Rinceoir voroninadm

🏝️
waiting for a summer
View GitHub Profile
@voroninadm
voroninadm / Caddyfile
Created August 29, 2024 10:59 — 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
}
@clandestine8
clandestine8 / Caddyfile
Last active August 29, 2024 10:59
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
}