]> git.proxmox.com Git - ceph.git/blobdiff - ceph/examples/rgw-cache/nginx-noprefetch.conf
import quincy beta 17.1.0
[ceph.git] / ceph / examples / rgw-cache / nginx-noprefetch.conf
index 03e0ebc4a6dd4a31dbbd4ada8c2e426a937e0d04..02294415a04c2230a60fe12595bc668cd194aa67 100644 (file)
@@ -80,7 +80,7 @@ server {
         proxy_cache_revalidate on;
         # Lock the cache so that only one request can populate it at a time
         proxy_cache_lock on;
-        # prevent convertion of head requests to get requests
+        # prevent conversion of head requests to get requests
         proxy_cache_convert_head off;
         # Listing all buckets should not be cached 
         if ($request_uri = "/") {