diff options
author | Max Kanat-Alexander <mkanat@bugzilla.org> | 2010-07-21 05:34:41 +0200 |
---|---|---|
committer | Max Kanat-Alexander <mkanat@bugzilla.org> | 2010-07-21 05:34:41 +0200 |
commit | 10f4954b4530a67d88c66ba8e397ee81487f4752 (patch) | |
tree | 7682e9b1974c208cb98af3e6e52284f9199a2ae1 /docs | |
parent | 0d280b9011568abf2c5f95a33fd20195b91528d9 (diff) | |
download | bugzilla-10f4954b4530a67d88c66ba8e397ee81487f4752.tar.gz bugzilla-10f4954b4530a67d88c66ba8e397ee81487f4752.tar.xz |
Bug 428313: Properly expire the browser's CSS and JS cache when there
are new versions of those files. This also eliminates single-file skins
and should also allow Extensions to have skins.
r=glob, a=mkanat
Diffstat (limited to 'docs')
-rw-r--r-- | docs/en/xml/installation.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/en/xml/installation.xml b/docs/en/xml/installation.xml index 2b8e1b878..b498acb81 100644 --- a/docs/en/xml/installation.xml +++ b/docs/en/xml/installation.xml @@ -1044,7 +1044,7 @@ max_allowed_packet=4M AddHandler cgi-script .cgi Options +Indexes +ExecCGI DirectoryIndex index.cgi - AllowOverride Limit + AllowOverride Limit FileInfo Indexes </Directory> </programlisting> |