summaryrefslogtreecommitdiffstats
path: root/htdocs/docs/install_win.html
diff options
context:
space:
mode:
authorVille Skytt? <ville.skytta@iki.fi>2010-12-12 20:43:51 +0200
committerVille Skytt? <ville.skytta@iki.fi>2010-12-12 20:43:51 +0200
commit75dcc4322e80569e37017f4369be58809c471e09 (patch)
tree49466bc673744301e23c41a203ff6a35e9bf5ab0 /htdocs/docs/install_win.html
parenteddbd0289ec328e469bc7f1a6764ae40d711d3a9 (diff)
downloadmarkup-validator-75dcc4322e80569e37017f4369be58809c471e09.zip
markup-validator-75dcc4322e80569e37017f4369be58809c471e09.tar.gz
markup-validator-75dcc4322e80569e37017f4369be58809c471e09.tar.bz2
Add conneg config to Windows install doc.
Diffstat (limited to 'htdocs/docs/install_win.html')
-rw-r--r--htdocs/docs/install_win.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/htdocs/docs/install_win.html b/htdocs/docs/install_win.html
index 2377ed6..b078766 100644
--- a/htdocs/docs/install_win.html
+++ b/htdocs/docs/install_win.html
@@ -164,6 +164,13 @@ NameVirtualHost 127.0.0.2:80
&lt;Directory &quot;C:/www/validator/htdocs&quot;&gt;
Options ExecCGI Includes Indexes MultiViews
+ AddEncoding x-gzip .gz
+ &lt;Files *.js.gz&gt;
+ ForceType application/javascript
+ &lt;/Files&gt;
+ &lt;Files *.css.gz&gt;
+ ForceType text/css
+ &lt;/Files&gt;
AllowOverride None
Order deny,allow
Allow from localhost