Skip to content

Instantly share code, notes, and snippets.

@PascaleBeier
Created April 25, 2018 20:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save PascaleBeier/b3cd2cb02106a1b91b7211c16f153a3f to your computer and use it in GitHub Desktop.
Save PascaleBeier/b3cd2cb02106a1b91b7211c16f153a3f to your computer and use it in GitHub Desktop.
TYPO3 Caddyfile
pascalebeier.test:80
tls off
on startup C:\tools\php72\php-cgi.exe -b 6545 &
fastcgi / 127.0.0.1:6545 php
rewrite {
if {path} not_match ^\/typo3
to {path} {path}/ /index.php?{query}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment