Commit d1bdb8d4 authored by Lars Bahner's avatar Lars Bahner

Added -u and -g to default setup. Bumped release.


git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@1865 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent 625143dc
Important change for 1.1.1
==========================
Varnish now features use of ``-u'' and ``-g'' in the default
configuration. If you have customized the defaults you may wish to
make these changes yourself.
GCC
===
Varnish requires a GCC-compiler compatible with the compiler used to
......
varnish (1.1.1) unstable; urgency=low
* New upstream release
* User and Group id added to default DAEMON_OPTS
-- Lars Bahner <bahner@linpro.no> Mon, 20 Aug 2007 10:32:00 +0200
varnish (1.1) unstable; urgency=low
* New upstream release
......
......@@ -17,6 +17,7 @@ NFILES=131072
DAEMON_OPTS="-a :6081 \
-T localhost:6082 \
-b localhost:8080 \
-u varnish -g varnish \
-n /var/lib/varnish \
-s file,/var/lib/varnish/varnish_storage.bin,1G"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment