openresty / openresty/lua-upstream-nginx-module

Can I get keepalive and other upstream config

Open
#27 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
C
Stars
512
Forks
153
Avg merge
1h 29m
Merged PRs (30d)
2

Description

Thanks for your share.

Can I get other config by this module,such as keepalive option along with servers

 server  127.0.0.1:8011 weight=20 max_fails=0 fail_timeout=10s;
 server  127.0.0.1:8012 weight=20 max_fails=0 fail_timeout=10s;
 keepalive 2048;

Wait for your answer sincerely

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

The issue names no file or test. Start by locating this module’s upstream configuration handling and compare the supported settings with the keepalive and server options in the example; done means the requested scope is implemented or clarified.

Written by the indexing model from the issue text.

Assessment

Tech stack
c, nginx
Domain
backend
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
28/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.