Skip to content

Instantly share code, notes, and snippets.

@MitsuhaMiyamizu
Last active December 31, 2015 15:20
Show Gist options
  • Save MitsuhaMiyamizu/19a1db5c75b7ebc0f1a4 to your computer and use it in GitHub Desktop.
Save MitsuhaMiyamizu/19a1db5c75b7ebc0f1a4 to your computer and use it in GitHub Desktop.
http://yourdomain {
redir yourdomain
}
https://yourdomain {
root /caddy/www/
log /caddy/access.log
gzip
fastcgi / /run/php/php7.0-fpm.sock php {
index index.php
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment