updated php to 7.3, added rsyslog to php, some php.ini and nginx twix

This commit is contained in:
2019-05-28 12:52:30 +02:00
parent 8bf5be5e59
commit ceaf3963b0
10 changed files with 44 additions and 7 deletions

View File

@@ -29,6 +29,7 @@ server {
fastcgi_intercept_errors off;
fastcgi_buffer_size 16k;
fastcgi_buffers 4 16k;
# fastcgi_read_timeout 150;
}
location ~ /\.ht {