mirror of
https://github.com/stefanpejcic/openpanel
synced 2025-06-26 18:28:26 +00:00
11 lines
341 B
Plaintext
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"
|