index
:
caddy-cgi
caddy-cgi
fork of caddy for nix to build it with the cgi plugin
System administrator
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
caddyconfig
/
httpcaddyfile
/
directives.go
Age
Commit message (
Expand
)
Author
2020-04-08
httpcaddyfile, caddytls: Multiple edge case fixes; add tests
Matthew Holt
2020-04-02
httpcaddyfile: Refactor site key parsing; detect conflicting schemes
Matthew Holt
2020-03-28
httpcaddyfile: Put root directive first, before redir and rewrite
Matthew Holt
2020-03-22
httpcaddyfile: Move header before redir (fixes #3148)
Matthew Holt
2020-03-19
httpcaddyfile: Unify strip_prefix, strip_suffix, uri_replace directives (#3157)
Matt Holt
2020-03-04
httpcaddyfile: remove certificate tags from global state (#3111)
Mark Sargent
2020-02-28
Simplify the logic in the previous commit
Matthew Holt
2020-02-28
httpcaddyfile: Treat no matchers as 0-len path matchers (fix #3100)
Matthew Holt
2020-02-27
Refactor ExtractMatcherSet()
Matthew Holt
2020-02-25
httpcaddyfile: Matchers can now be embedded into a nested scope
Matthew Holt
2020-02-16
httpcaddyfile: 'handle_errors' directive
Matthew Holt
2020-01-22
httpcaddyfile: Rename 'headers' directive to 'header'
Matthew Holt
2020-01-22
httpcaddyfile: Update directive docs; put root after rewrite
Matthew Holt
2020-01-17
httpcaddyfile: Move redir before rewrite
Matthew Holt
2020-01-16
httpcaddyfile: Fix nested blocks; add handle directive; refactor
Matthew Holt
2020-01-16
httpcaddyfile: Replace 'handler_order' option with 'order'
Matthew Holt
2020-01-16
httpcaddyfile: Group try_files routes together (#2891)
Matthew Holt
2020-01-15
caddyfile: Sort site subroutes by key specificity, and make exclusive
Matthew Holt
2020-01-09
v2: Implement Caddyfile enhancements (breaking changes) (#2960)
Matt Holt
2019-12-12
rewrite: strip_prefix, strip_suffix, and uri_replace dirs (closes #2906)
Matthew Holt
2019-12-12
try_files, rewrite: allow query string in try_files (fix #2891)
Matthew Holt
2019-12-10
v2: Module documentation; refactor LoadModule(); new caddy struct tags (#2924)
Matt Holt
2019-11-04
Prepare for beta 9 tag
Matthew Holt
2019-11-04
caddyfile: Fix bug with Delete
Matthew Holt
2019-10-10
http: authentication module; hash-password cmd; http_basic provider
Matthew Holt
2019-09-30
httpcaddyfile: Add acme_ca and email global options
Matthew Holt
2019-09-16
httpcaddyfile: static_response -> respond; minor cleanups
Matthew Holt
2019-09-11
headers: New 'request_header' directive; handle Host header specially
Matthew Holt
2019-09-11
httpcaddyfile: Switch order; reverse_proxy comes before php_fastcgi
Matthew Holt
2019-09-10
New 'php_fastcgi' directive for convenient PHP+FastCGI reverse proxy
Matthew Holt
2019-08-21
file_server: Automatically hide all involved Caddyfiles
Matthew Holt
2019-08-21
Refactor Caddyfile adapter and module registration
Matthew Holt