Created
January 7, 2016 15:29
-
-
Save alexbilbie/dcb112cdf4a6310878c5 to your computer and use it in GitHub Desktop.
PHP-FPM Caddyfile example
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
root /app/public | |
tls /app/_docker/caddy/server.crt /app/_docker/caddy/server.key | |
fastcgi / php:9000 php | |
errors visible | |
rewrite { | |
regexp .* | |
ext / | |
to /index.php?{query} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment