Skip to content

Instantly share code, notes, and snippets.

@matsumotory
Created July 19, 2017 16:48
Show Gist options
  • Save matsumotory/6c4d0d4b0ad20220b63c3c68a003c976 to your computer and use it in GitHub Desktop.
Save matsumotory/6c4d0d4b0ad20220b63c3c68a003c976 to your computer and use it in GitHub Desktop.
  server {
      mruby_stream_server_context_code '
        (13000..18000).each { |port| Nginx::Stream.add_listener({address: port.to_s}) }
      ';
      proxy_pass static_server0;
  }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment