diff options
Diffstat (limited to 'htdocs')
-rw-r--r-- | htdocs/docs/install_win.html | 7 |
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 <Directory "C:/www/validator/htdocs"> Options ExecCGI Includes Indexes MultiViews + AddEncoding x-gzip .gz + <Files *.js.gz> + ForceType application/javascript + </Files> + <Files *.css.gz> + ForceType text/css + </Files> AllowOverride None Order deny,allow Allow from localhost |