Skip to content

Instantly share code, notes, and snippets.

View aqt01's full-sized avatar
🎯
Focusing

Lowell Tarek Abbott Vidal aqt01

🎯
Focusing
View GitHub Profile
@aqt01
aqt01 / Caddyfile
Created February 28, 2018 06:22 — forked from abiosoft/Caddyfile
Caddy wordpress docker-compose
:80
root /usr/src/wordpress
gzip
fastcgi / wordpress:9000 php
rewrite {
if {path} not_match ^\/wp-admin
to {path} {path}/ /index.php?_url={uri}
}
log stdout
errors stderr