This website requires JavaScript.
Explore
Help
Sign in
serv
/
caddy
Watch
1
Star
0
Fork
You've already forked caddy
0
mirror of
https://github.com/caddyserver/caddy.git
synced
2024-12-26 13:43:47 +03:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
27ecc7f384
caddy
/
.gitignore
9 lines
84 B
Text
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-27 21:36:30 +03: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 18:47:27 +03:00
# mac specific
.DS_Store
Reference in a new issue
Copy permalink