Wiki: Fix oauth, create role from playbook

This commit is contained in:
jtbx 2023-05-11 20:19:14 +02:00
commit 804becdd31
9 changed files with 115 additions and 46 deletions

View file

@ -22,8 +22,8 @@ server {
# HSTS (ngx_http_headers_module is required) (63072000 seconds)
add_header Strict-Transport-Security "max-age=63072000" always;
# Maximum file upload size is 4MB - change accordingly if needed
client_max_body_size 4M;
# Maximum file upload size is 20MB - change accordingly if needed
client_max_body_size 20M;
client_body_buffer_size 128k;
proxy_set_header Host $host;

View file

@ -1,15 +0,0 @@
[dokuwiki]
user = www-data
group = www-data
listen = /var/run/php/php-fpm-dokuwiki.sock
listen.owner = nginx
listen.group = nginx
php_admin_value[disable_functions] = exec,passthru,shell_exec,system
php_admin_flag[allow_url_fopen] = off
; Choose how the process manager will control the number of child processes.
pm = dynamic
pm.max_children = 75
pm.start_servers = 10
pm.min_spare_servers = 5
pm.max_spare_servers = 20
pm.process_idle_timeout = 10s