This website requires JavaScript.
Explore
Help
Register
Sign In
github-mirror
/
caddy
Watch
2
Star
0
Fork
0
You've already forked caddy
mirror of
https://github.com/caddyserver/caddy.git
synced
2024-11-25 09:40:13 +08:00
Code
Issues
Actions
3
Packages
Projects
Releases
Wiki
Activity
27ecc7f384
caddy
/
.gitignore
9 lines
84 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Fix goroutine leak in Run D'oh, the servers' Shutdown() would never be called because they were never added to the list of servers. Thanks Danny for finding this.
2019-03-28 02:36:30 +08:00
_gitignore/
# artifacts from pprof tooling
*.prof
*.test
Protocol and Caddyscript matchers * Added matcher to determine what protocol the request is being made by - grpc, tls, http * Added ability to run caddyscript in a matcher to evaluate the http request * Added TLS field to caddyscript request time * Added a library to manipulate and compare a new caddyscript time type * Library for regex in starlark
2019-04-03 23:47:27 +08:00
# mac specific
.DS_Store
Reference in New Issue
Copy Permalink