Using Caddy to give WordPress its own directory

Caddy wiki reference: Using Caddy to give WordPress its own directory This was the original instruction for Method I using the expanded form of php_fastcgi. After Installing WordPress in the root folder, move everything from the root folder into subdir. Add the following snippet to the Caddyfile. (php_fastcgix) { route { # Add trailing slash for directory requests …
Continue reading Using Caddy to give WordPress its own directory