Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-05-26 | httpcaddyfile: New `handle_path` directive (#3281) | Francis Lavoie | |
* caddyconfig: WIP implementation of handle_path * caddyconfig: Complete the implementation - h.NewRoute was key * caddyconfig: Add handle_path integration test * caddyhttp: Use the path matcher as-is, strip the trailing *, update test | |||
2020-05-19 | httpcaddyfile: Add `auto_https` global option (#3284) | Francis Lavoie | |
2020-05-18 | fastcgi: `php_fastcgi` subdirectives to override shortcut behaviour (#3255) | Francis Lavoie | |
* fastcgi: Add new php_fastcgi subdirectives to override the shortcut * fastcgi: Support "index off" to disable redir and try_files * fastcgi: Remove whitespace to satisfy linter * fastcgi: Run gofmt * fastcgi: Make a new dispenser instead of using rewind * fastcgi: Some fmt * fastcgi: Add a couple adapt tests * fastcgi: Clean up for loops * fastcgi: Move adapt tests to separate files | |||
2020-05-14 | caddytest: Refactor Caddyfile adapt tests to separate files (#3398) | Francis Lavoie | |