3 lines
122 B
Plaintext
3 lines
122 B
Plaintext
|
#!/bin/sh
|
||
|
exec varnishd -a 0.0.0.0:80 -f /etc/varnish/default.vcl -T localhost:6082 -s malloc,64M -u nobody -g nogroup -F
|