caddy/modules/caddyhttp/reverseproxy/fastcgi
Matt Holt 484cee1ac1
fastcgi: Implement / redirect for index.php with php_fastcgi directive (#2754)
* fastcgi: Implement / redirect for index.php with php_fastcgi directive

See #2752 and https://caddy.community/t/v2-redirect-path-to-path-index-php-with-assets/6196?u=matt

* caddyhttp: MatchNegate implements json.Marshaler

* fastcgi: Add /index.php element to try_files matcher

* fastcgi: Make /index.php redirect permanent
2019-09-17 15:16:17 -06:00
..
caddyfile.go fastcgi: Implement / redirect for index.php with php_fastcgi directive (#2754) 2019-09-17 15:16:17 -06:00
client_test.go reverse_proxy: WIP refactor and support for FastCGI 2019-09-02 22:01:02 -06:00
client.go reverse_proxy: WIP refactor and support for FastCGI 2019-09-02 22:01:02 -06:00
fastcgi.go fastcgi: Make EnvVars a map instead of a slice 2019-09-10 14:12:51 -06:00