Updated Installation (markdown)

El RIDO 2016-08-08 13:56:25 +02:00
parent 75ada81388
commit f56e174e04

@ -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