mirror of
https://github.com/DanWin/hosting.git
synced 2025-07-27 09:06:07 +02:00
Added PHP 7.2 support + minor bugfixes and performance tweaks
Note when applying this update you will have to update existing nginx vhosts to match new listening addresses (IPv6). Preferably you should update them to unix socket though and apply the changes to the tor hidden service config as well
This commit is contained in:
parent
c65055a9bb
commit
fa24bb61ec
95 changed files with 3075 additions and 59 deletions
|
@ -12,7 +12,8 @@ fastcgi_param PATH_INFO $path_info;
|
|||
fastcgi_index index.php;
|
||||
include fastcgi.conf;
|
||||
|
||||
fastcgi_read_timeout 600s;
|
||||
fastcgi_read_timeout 30m;
|
||||
#fastcgi_read_timeout 600s;
|
||||
fastcgi_max_temp_file_size 0;
|
||||
fastcgi_buffer_size 4K;
|
||||
fastcgi_buffers 64 4k;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue