Skip to content

Commit

Permalink
CI: update perl-actions and actions/checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
lyokha committed Jan 21, 2024
1 parent 58e95cd commit d6e37ae
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ jobs:
experimental: true
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Install prove
uses: perl-actions/install-with-cpanm@v1
uses: perl-actions/install-with-cpanm@v1.5
with:
install: "Test::Nginx"
tests: false
Expand Down
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,10 +96,9 @@ All colons (*:*) in the server names get replaced with underscores (*_*).

### Where this can be useful

Hmm, I do not know. Anyway, a singlet upstream is a prominent category because
it declares a single server with fallback mode. We can use them to provide
robust HTTP session management when backend servers identify themselves using a
known mechanism like HTTP cookies.
A singlet upstream declares a single server with fallback mode. This can be used
to manage sticky HTTP sessions when backend servers identify themselves using a
proper mechanism such as HTTP cookies.

```nginx
upstream uhost {
Expand Down

0 comments on commit d6e37ae

Please sign in to comment.