diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2015-12-17 15:54:29 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2015-12-17 15:54:29 +0200 |
commit | b3722503332f0fbaa6013a6aab3f0fed24cbb243 (patch) | |
tree | 25cc367f19b8d0e40d1bf6d3cefd3d0708dda967 /INSTALL-DEV | |
parent | 1c8ae0a5bde06f879f37fb7670ec339d6b7a2ccf (diff) |
First pass over INSTALL, some file renames
Diffstat (limited to 'INSTALL-DEV')
-rw-r--r-- | INSTALL-DEV | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/INSTALL-DEV b/INSTALL-DEV index 3ad039c..92d7d43 100644 --- a/INSTALL-DEV +++ b/INSTALL-DEV @@ -75,7 +75,7 @@ replacing <BREP-OUT-ROOT> and <BREP-SRC-ROOT> with the actual absolute paths # Brep module configuration. # - brep-conf <BREP-SRC-ROOT>/etc/brep.conf + brep-conf <BREP-SRC-ROOT>/etc/brep-module.conf # Static brep content (CSS files). # @@ -87,7 +87,7 @@ replacing <BREP-OUT-ROOT> and <BREP-SRC-ROOT> with the actual absolute paths Require all granted </Directory> -You may want to replace <BREP-SRC-ROOT>/etc/brep.conf with a custom +You may want to replace <BREP-SRC-ROOT>/etc/brep-module.conf with a custom configuration file if you often need to modify it. Restart Apache2 (use the second version for systemd): |