Uploaded image for project: 'Couchbase nginx Module'
  1. Couchbase nginx Module
  2. NGXCBM-1

Provide basic HTTP caching using Couchbase

    XMLWordPrintable

Details

    • Task
    • Resolution: Fixed
    • Major
    • 0.1
    • None
    • core
    • None
    • Release Note

    Description

      Allow to use nginx module to cache HTTP location

      This configuration snippet will cache all successful responses for 30 minutes.

      http {
      server {
      listen 8080;
      server_name localhost;

      location /cb

      { set $couchbase_key $arg_key; set $couchbase_cmd $arg_cmd; set $couchbase_val $arg_val; couchbase_pass localhost:8091,127.0.0.1:8091,localhost bucket=default; }

      }
      }

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            avsej Sergey Avseyev
            avsej Sergey Avseyev
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes

                PagerDuty