diff --git a/Installation.md b/Installation.md index adeef16..f722b58 100644 --- a/Installation.md +++ b/Installation.md @@ -36,7 +36,7 @@ More details can be found in the In the index.php you can define a different `PATH`. This is useful to secure your installation. You can move the configuration, data files, templates and PHP -libraries (directories cfg, data, lib, tpl, tmp and tst) outside of your document +libraries (directories cfg, data, lib, tpl, tst and vendor) outside of your document root. This new location must still be accessible to your webserver / PHP process ([open_basedir setting](http://php.net/manual/en/ini.core.php#ini.open-basedir)). @@ -51,7 +51,7 @@ root. This new location must still be accessible to your webserver / PHP process > When setting the path like this: > define('PATH', '../../secret/privatebin/'); > -> PrivateBin will look for your includes here: +> PrivateBin will look for your includes / data here: > /home/example.com/secret/privatebin ### Web server configuration