Skip to content

Instantly share code, notes, and snippets.

@FooBarWidget
Created April 13, 2017 05:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save FooBarWidget/971d3cd0dd17fce79d015104372d690e to your computer and use it in GitHub Desktop.
Save FooBarWidget/971d3cd0dd17fce79d015104372d690e to your computer and use it in GitHub Desktop.
  • request_sockets -- an array objects describing the sockets on which the application listens for requests. The format is as follows:

    [
      {
        "address": "tcp://127.0.0.1:1234" | "unix:/path-to-unix-socket",
        "protocol": "http" | "session",
        "tags": {
          "": true | false,
          "custom tag 1": "value 1",
          "custom tag 2": "value 2"
        }
      },
      ...
    ]
    
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment