You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -6,9 +6,9 @@ This plugin is designed to cache downloads of WordPress plugins, themes, and upd
6
6
7
7
This plugin is designed to implemented by a sysadmin. It relies on a nginx proxy to be established to proxy requests through. This plugin simply assists in routing all the downloads through proxy host. The benefits of which include faster download speeds and reduced bandwidth costs across a network of servers.
8
8
9
-
The plugin expects a hostname of `wpcache.host` to be resolvable by the server. This is commonly done through modifications to the `/etc/hosts` file.
9
+
This plugin expects a hostname of `wpcache.host` to be resolvable by the server. This is commonly done through modifications to the `/etc/hosts` file.
10
10
11
-
(include config sample here)
11
+
An example nginx proxy config can be found in [server.conf](https://github.com/ctalkington/host-cache/blob/master/server.conf).
0 commit comments