Created
August 3, 2010 02:03
-
-
Save wtnabe/505706 to your computer and use it in GitHub Desktop.
prep of Debian's Apache2 for forcing browse .txt.gz, .html.gz, ...
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -25,7 +25,7 @@ | |
# probably should define those extensions to indicate media types: | |
# | |
AddType application/x-compress .Z | |
-AddType application/x-gzip .gz .tgz | |
+#AddType application/x-gzip .gz .tgz | |
AddType application/x-bzip2 .bz2 | |
# |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment