NobGit
public nobgit read

NobMail

Based on mailcow: dockerized

Languages

Repository composition by tracked source files.

PHP
PHP 49% JavaScript 35% HTML 9% CSS 4% Shell 2% Python 1% Lua 0% Perl 0% Ruby 0% SCSS 0%
Create file Wiki Documentation
Clone
https://nobgit.com/orgs/nobgit/nobmail.git
ssh://[email protected]:2222/orgs/nobgit/nobmail.git

Trace

data/conf/phpfpm/php-fpm.d/pools.conf

Trace helps you understand code history line by line. See who changed each line, when it changed, and which commit introduced it.

pools.conf on main
Author Date Commit Line Code
André about 8 years ago 7181ee4

[Rspamd] Apply ratelimit against authenticated user instead of envelope from

Full commit hash
7181ee4658926aea4b746d815627e54ce228534f
Author
André <[email protected]>
Date
about 8 years ago
Selected line
1
[system-worker]
Open commit View diff
1 [system-worker]
same change 7181ee4

[Rspamd] Apply ratelimit against authenticated user instead of envelope from

Full commit hash
7181ee4658926aea4b746d815627e54ce228534f
Author
André <[email protected]>
Date
about 8 years ago
Selected line
2
user = www-data
Open commit View diff
2 user = www-data
same change 7181ee4

[Rspamd] Apply ratelimit against authenticated user instead of envelope from

Full commit hash
7181ee4658926aea4b746d815627e54ce228534f
Author
André <[email protected]>
Date
about 8 years ago
Selected line
3
group = www-data
Open commit View diff
3 group = www-data
same change 7181ee4

[Rspamd] Apply ratelimit against authenticated user instead of envelope from

Full commit hash
7181ee4658926aea4b746d815627e54ce228534f
Author
André <[email protected]>
Date
about 8 years ago
Selected line
4
pm = dynamic
Open commit View diff
4 pm = dynamic
same change 7181ee4

[Rspamd] Apply ratelimit against authenticated user instead of envelope from

Full commit hash
7181ee4658926aea4b746d815627e54ce228534f
Author
André <[email protected]>
Date
about 8 years ago
Selected line
5
pm.max_children = 15
Open commit View diff
5 pm.max_children = 15
same change 7181ee4

[Rspamd] Apply ratelimit against authenticated user instead of envelope from

Full commit hash
7181ee4658926aea4b746d815627e54ce228534f
Author
André <[email protected]>
Date
about 8 years ago
Selected line
6
pm.start_servers = 2
Open commit View diff
6 pm.start_servers = 2
same change 7181ee4

[Rspamd] Apply ratelimit against authenticated user instead of envelope from

Full commit hash
7181ee4658926aea4b746d815627e54ce228534f
Author
André <[email protected]>
Date
about 8 years ago
Selected line
7
pm.min_spare_servers = 2
Open commit View diff
7 pm.min_spare_servers = 2
same change 7181ee4

[Rspamd] Apply ratelimit against authenticated user instead of envelope from

Full commit hash
7181ee4658926aea4b746d815627e54ce228534f
Author
André <[email protected]>
Date
about 8 years ago
Selected line
8
pm.max_spare_servers = 4
Open commit View diff
8 pm.max_spare_servers = 4
same change 7181ee4

[Rspamd] Apply ratelimit against authenticated user instead of envelope from

Full commit hash
7181ee4658926aea4b746d815627e54ce228534f
Author
André <[email protected]>
Date
about 8 years ago
Selected line
9
listen = [::]:9001
Open commit View diff
9 listen = [::]:9001
same change 7181ee4

[Rspamd] Apply ratelimit against authenticated user instead of envelope from

Full commit hash
7181ee4658926aea4b746d815627e54ce228534f
Author
André <[email protected]>
Date
about 8 years ago
Selected line
10
access.log = /proc/self/fd/2
Open commit View diff
10 access.log = /proc/self/fd/2
same change 7181ee4

[Rspamd] Apply ratelimit against authenticated user instead of envelope from

Full commit hash
7181ee4658926aea4b746d815627e54ce228534f
Author
André <[email protected]>
Date
about 8 years ago
Selected line
11
clear_env = no
Open commit View diff
11 clear_env = no
same change 7181ee4

[Rspamd] Apply ratelimit against authenticated user instead of envelope from

Full commit hash
7181ee4658926aea4b746d815627e54ce228534f
Author
André <[email protected]>
Date
about 8 years ago
Selected line
12
catch_workers_output = yes
Open commit View diff
12 catch_workers_output = yes
André about 8 years ago e79429b

[PHP-FPM, Nginx] Move some PHP parameters from Nginx to FPM configuration file

Full commit hash
e79429beef2845fe545a1f48d9132bdeba1b6397
Author
André <[email protected]>
Date
about 8 years ago
Selected line
13
php_admin_value[memory_limit] = 256M
Open commit View diff
13 php_admin_value[memory_limit] = 256M
Tobias "Knight" S almost 8 years ago 41c8a8b

disabling more functions inside php-fpm

Full commit hash
41c8a8bb46b9173cb108d10c2785e2ad96b09d43
Author
Tobias "Knight" S <[email protected]>
Date
almost 8 years ago
Selected line
14
php_admin_value[disable_functions] = show_source, highlight_file, apache_child_terminate, apache_get_modules, apache_note, apache_setenv, virtual, dl, disk_total_space, posix_getpwnam, posix_getpwuid, posix_mkfifo, posix_mknod, posix_setpgid, posix_setsid, posix_setuid, posix_uname, proc_nice, openlog, syslog, pfsockopen, system, shell_exec, passthru, popen, proc_open, exec, ini_alter, pcntl_exec, proc_close, proc_get_status, proc_terminate, symlink
Open commit View diff
14 php_admin_value[disable_functions] = show_source, highlight_file, apache_child_terminate, apache_get_modules, apache_note, apache_setenv, virtual, dl, disk_total_space, posix_getpwnam, posix_getpwuid, posix_mkfifo, posix_mknod, posix_setpgid, posix_setsid, posix_setuid, posix_uname, proc_nice, openlog, syslog, pfsockopen, system, shell_exec, passthru, popen, proc_open, exec, ini_alter, pcntl_exec, proc_close, proc_get_status, proc_terminate, symlink
André about 8 years ago 7181ee4

[Rspamd] Apply ratelimit against authenticated user instead of envelope from

Full commit hash
7181ee4658926aea4b746d815627e54ce228534f
Author
André <[email protected]>
Date
about 8 years ago
Selected line
15
Open commit View diff
15
same change 7181ee4

[Rspamd] Apply ratelimit against authenticated user instead of envelope from

Full commit hash
7181ee4658926aea4b746d815627e54ce228534f
Author
André <[email protected]>
Date
about 8 years ago
Selected line
16
[web-worker]
Open commit View diff
16 [web-worker]
same change 7181ee4

[Rspamd] Apply ratelimit against authenticated user instead of envelope from

Full commit hash
7181ee4658926aea4b746d815627e54ce228534f
Author
André <[email protected]>
Date
about 8 years ago
Selected line
17
user = www-data
Open commit View diff
17 user = www-data
same change 7181ee4

[Rspamd] Apply ratelimit against authenticated user instead of envelope from

Full commit hash
7181ee4658926aea4b746d815627e54ce228534f
Author
André <[email protected]>
Date
about 8 years ago
Selected line
18
group = www-data
Open commit View diff
18 group = www-data
same change 7181ee4

[Rspamd] Apply ratelimit against authenticated user instead of envelope from

Full commit hash
7181ee4658926aea4b746d815627e54ce228534f
Author
André <[email protected]>
Date
about 8 years ago
Selected line
19
pm = dynamic
Open commit View diff
19 pm = dynamic
same change 7181ee4

[Rspamd] Apply ratelimit against authenticated user instead of envelope from

Full commit hash
7181ee4658926aea4b746d815627e54ce228534f
Author
André <[email protected]>
Date
about 8 years ago
Selected line
20
pm.max_children = 50
Open commit View diff
20 pm.max_children = 50
andryyy over 5 years ago 9407b55

[PHP-FPM] Fix fastcgi timeouts

Full commit hash
9407b556613b3aa143548155de9b7ace755b4ee5
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
21
pm.start_servers = 10
Open commit View diff
21 pm.start_servers = 10
same change 9407b55

[PHP-FPM] Fix fastcgi timeouts

Full commit hash
9407b556613b3aa143548155de9b7ace755b4ee5
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
22
pm.min_spare_servers = 10
Open commit View diff
22 pm.min_spare_servers = 10
same change 9407b55

[PHP-FPM] Fix fastcgi timeouts

Full commit hash
9407b556613b3aa143548155de9b7ace755b4ee5
Author
andryyy <[email protected]>
Date
over 5 years ago
Selected line
23
pm.max_spare_servers = 15
Open commit View diff
23 pm.max_spare_servers = 15
André about 8 years ago 7181ee4

[Rspamd] Apply ratelimit against authenticated user instead of envelope from

Full commit hash
7181ee4658926aea4b746d815627e54ce228534f
Author
André <[email protected]>
Date
about 8 years ago
Selected line
24
listen = [::]:9002
Open commit View diff
24 listen = [::]:9002
same change 7181ee4

[Rspamd] Apply ratelimit against authenticated user instead of envelope from

Full commit hash
7181ee4658926aea4b746d815627e54ce228534f
Author
André <[email protected]>
Date
about 8 years ago
Selected line
25
access.log = /proc/self/fd/2
Open commit View diff
25 access.log = /proc/self/fd/2
same change 7181ee4

[Rspamd] Apply ratelimit against authenticated user instead of envelope from

Full commit hash
7181ee4658926aea4b746d815627e54ce228534f
Author
André <[email protected]>
Date
about 8 years ago
Selected line
26
clear_env = no
Open commit View diff
26 clear_env = no
same change 7181ee4

[Rspamd] Apply ratelimit against authenticated user instead of envelope from

Full commit hash
7181ee4658926aea4b746d815627e54ce228534f
Author
André <[email protected]>
Date
about 8 years ago
Selected line
27
catch_workers_output = yes
Open commit View diff
27 catch_workers_output = yes
André almost 8 years ago 1499094

[PHP-FPM] Increase PHP memory limit for "web" to 512M

Full commit hash
1499094b61b74f0595cbe52512814c15157725fd
Author
André <[email protected]>
Date
almost 8 years ago
Selected line
28
php_admin_value[memory_limit] = 512M
Open commit View diff
28 php_admin_value[memory_limit] = 512M
Tobias "Knight" S almost 8 years ago 41c8a8b

disabling more functions inside php-fpm

Full commit hash
41c8a8bb46b9173cb108d10c2785e2ad96b09d43
Author
Tobias "Knight" S <[email protected]>
Date
almost 8 years ago
Selected line
29
php_admin_value[disable_functions] = show_source, highlight_file, apache_child_terminate, apache_get_modules, apache_note, apache_setenv, virtual, dl, disk_total_space, posix_getpwnam, posix_getpwuid, posix_mkfifo, posix_mknod, posix_setpgid, posix_setsid, posix_setuid, posix_uname, proc_nice, openlog, syslog, pfsockopen, system, shell_exec, passthru, popen, proc_open, exec, ini_alter, pcntl_exec, proc_close, proc_get_status, proc_terminate, symlink
Open commit View diff
29 php_admin_value[disable_functions] = show_source, highlight_file, apache_child_terminate, apache_get_modules, apache_note, apache_setenv, virtual, dl, disk_total_space, posix_getpwnam, posix_getpwuid, posix_mkfifo, posix_mknod, posix_setpgid, posix_setsid, posix_setuid, posix_uname, proc_nice, openlog, syslog, pfsockopen, system, shell_exec, passthru, popen, proc_open, exec, ini_alter, pcntl_exec, proc_close, proc_get_status, proc_terminate, symlink