c43f7e713d
Ziproxy is forwarding, non-caching, compressing HTTP proxy server. Basically it squeezes images by converting them to lower quality JPEGs or JPEG 2000 and compresses (gzip) HTML and other text-like data. It also provides other features such as: HTML/JS/CSS optimization, preemptive hostname resolution, transparent proxying and more. OK sthen@
10 lines
275 B
Plaintext
10 lines
275 B
Plaintext
A sample configuration file has been installed to:
|
|
${SYSCONFDIR}/ziproxy/ziproxy.conf.
|
|
|
|
To start ziproxy at boot, add the following to /etc/rc.local:
|
|
|
|
if [ -x ${PREFIX}/bin/ziproxy ]; then
|
|
echo -n ' ziproxy'
|
|
${PREFIX}/bin/ziproxy -d > /var/run/ziproxy.pid
|
|
fi
|