diff options
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -284,10 +284,10 @@ can also find this fragment in install/share/brep/etc/brep-apache2.conf): # Repository root. This is the part of the URL between the host name # and the start of the repository. For example, root value /pkg means - # the repository URL is http://example.org/pkg/. Specify / to use the + # the repository URL is http://example.org/pkg/. Specify / to use the # web server root (e.g., http://example.org/). If using a different # repository root, don't forget to also change Location and Alias - # directives below. + # directives below. # brep-root /pkg @@ -337,10 +337,10 @@ compressed (along with linked CSS), also add the following lines: # Compress brep output (xhtml+xml) and CSS. # - AddOutputFilterByType DEFLATE application/xhtml+xml + AddOutputFilterByType DEFLATE application/xhtml+xml AddOutputFilterByType DEFLATE text/manifest AddOutputFilterByType DEFLATE text/plain - AddOutputFilterByType DEFLATE text/css + AddOutputFilterByType DEFLATE text/css Restart Apache2: |