openpanel/configuration/varnish/default
Stefan Pejcic 7357b75017 cleanup
2024-11-05 17:49:07 +01:00

11 lines
341 B
Plaintext

## Configuration with VCL
#
# Listen on port 6081, administration on localhost:6082, and forward to
# one nginx server selected by the vcl file, based on the request.
#
DAEMON_OPTS="-a 0.0.0.0:80 \
-T localhost:6082 \
-f /etc/varnish/default.vcl \
-S /etc/varnish/secret \
-s malloc,256m"