chdir is not required
This commit is contained in:
@ -19,7 +19,7 @@ apt-get install aspell-am aspell-ar aspell-ar-large aspell-bg aspell-bn aspell-b
|
|||||||
|
|
||||||
Copy (and modify according to your needs) the configuration files in etc to /etc after installation has finished.
|
Copy (and modify according to your needs) the configuration files in etc to /etc after installation has finished.
|
||||||
|
|
||||||
If you copied over the new etc/apt/sources.list file, we need to update our repository data and install a new keyring package for authenticating packages from torproject:
|
If you copied over the new etc/apt/sources.list file, we need to update our repository data and install a new keyring package for authenticating packages from torproject (you will need to confirm this):
|
||||||
```
|
```
|
||||||
apt-get update && apt-get install deb.torproject.org-keyring
|
apt-get update && apt-get install deb.torproject.org-keyring
|
||||||
```
|
```
|
||||||
|
@ -65,7 +65,6 @@ listen = /run/php/$onion
|
|||||||
listen.owner = www-data
|
listen.owner = www-data
|
||||||
listen.group = www-data
|
listen.group = www-data
|
||||||
listen.mode = 0660
|
listen.mode = 0660
|
||||||
chdir = /
|
|
||||||
pm = ondemand
|
pm = ondemand
|
||||||
pm.max_children = 8
|
pm.max_children = 8
|
||||||
pm.process_idle_timeout = 10s;
|
pm.process_idle_timeout = 10s;
|
||||||
|
Reference in New Issue
Block a user