diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2019-03-23 23:32:57 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2019-03-23 23:32:57 +0300 |
commit | b76f47b910bd924f1384dad71043d39f5dfe1f18 (patch) | |
tree | 1dad628e1e63121d592b3c2b0ccb6b8cdd9563f6 /INSTALL | |
parent | 0a66376a54b3ef4b1c754e65cc2f7d0e8b2987e8 (diff) |
Cleanup some files replacing tabs with spaces
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: |