Nuster HTTP Cache/Proxy Server

Job ID: 32276004

Budget: €10 – €50 EUR

Im using nuster
https://github.com/jiangwenyuan/nuster
below is my config file
global
nuster cache on dir /cache
nuster manager on uri /internal/nuster purge-method PURGEX
frontend fe
bind *:443 ssl crt /cert.pem alpn h2,http/1.1
mode http
default_backend be
backend be
mode httpde
nuster cache on
nuster rule all disk on ttl 7d
server s1 1.1.1.1:80

I thought that nuster will save content in cache from first request and serve it for next 7 days, but in my experience it is only working like a proxy server, means nothing saving in cache, looking for someone to solve this issue
Regards
Related categories: System Admin Linux Network Administration Server