Skip to content

Commit

Permalink
Improved Introduction, and version information. (#55)
Browse files Browse the repository at this point in the history
Resolves issue #54 #54

I am happy to make more edits to the README file, first let me see if this critical one gets accepted.
  • Loading branch information
PythonLinks authored Oct 11, 2022
1 parent c445975 commit 64780f3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion readme.org
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,10 @@

* Caddy Http Cache

This is a http cache plugin for caddy 2. In fact, I am not so familiar with the part of cdn cache's mechanism so I reference the code from https://github.com/nicolasazrak/caddy-cache. which is the caddy v1's cache module. Then, I migrate the codebase to be consist with the caddy2 architecture and develop more features based on that.
This is a http cache plugin for caddy 2. The difference between this and cache-handler https://github.com/caddyserver/cache-handler is that this one is much easier to understand and configure. But it does not support a =distrobuted ache=, and it needs to be compiled with golang 1.17 and caddy version v2.4.6


In fact, I am not so familiar with the part of cdn cache's mechanism so I reference the code from https://github.com/nicolasazrak/caddy-cache. which is the caddy v1's cache module. Then, I migrate the codebase to be consist with the caddy2 architecture and develop more features based on that.

Currently, this doesn't support =distributed cache= yet. It's still in plan.

Expand Down

0 comments on commit 64780f3

Please sign in to comment.