Skip to content

Does wait on even work? #117

@VasiliPupkin256

Description

@VasiliPupkin256

I am using the simplest config

global
    nuster manager on
    nuster cache on data-size 200m
frontend fe
    bind *:80
    mode http
    default_backend be
backend be
    mode http
    nuster cache on
    nuster rule r1 wait on ttl 10m
    server s1 127.0.0.1:8080

and running it with a command docker run --rm -it -v $(pwd)/nuster.cfg:/etc/nuster/nuster.cfg:ro --network=host nuster/nuster

When I open a browser and press F5 multiple time it passes multiple requests to the backend. Did I miss something?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions