-
Notifications
You must be signed in to change notification settings - Fork 154
Open
Description
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
Labels
No labels