Commit 07a14ef8 authored by Andrew Tridgell's avatar Andrew Tridgell

by default don't gzip .iso images

parent 21cde288
......@@ -162,7 +162,7 @@ static service sDefault =
NULL, /* include from */
"%o %h [%a] %m (%u) %f %l", /* log format */
NULL, /* refuse options */
"*.gz *.tgz *.zip *.z *.rpm *.deb", /* dont compress */
"*.gz *.tgz *.zip *.z *.rpm *.deb *.iso", /* dont compress */
0, /* timeout */
0 /* max connections */
};
......
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