mirror of
http://git.nowherejezfoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion/nihilist/blog-contributions.git
synced 2025-07-02 11:56:40 +00:00
new stuff
This commit is contained in:
parent
8f33f954b7
commit
4b83409dde
50 changed files with 2049 additions and 86 deletions
23
opsec/nextcloud/nextcloud.conf
Normal file
23
opsec/nextcloud/nextcloud.conf
Normal file
|
@ -0,0 +1,23 @@
|
|||
[nextcloud]
|
||||
|
||||
listen = /run/php/nextcloud.sock
|
||||
listen.owner = www-data
|
||||
listen.group = www-data
|
||||
listen.mode = 0660
|
||||
|
||||
user = nextcloud
|
||||
group = www-data
|
||||
|
||||
pm = dynamic
|
||||
pm.max_children = 120
|
||||
pm.start_servers = 12
|
||||
pm.min_spare_servers = 6
|
||||
pm.max_spare_servers = 18
|
||||
|
||||
chdir = /
|
||||
|
||||
pm.status_path = /status
|
||||
|
||||
env[HOSTNAME] = $HOSTNAME
|
||||
env[PATH] = /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue