System update

This commit is contained in:
bergware
2022-07-03 03:49:02 +02:00
parent 102983eace
commit f89c157d61
6 changed files with 9 additions and 8 deletions
@@ -23,7 +23,7 @@ function write($message){
} else {
$nchan = curl_init();
curl_setopt_array($nchan,[
CURLOPT_URL => 'http://localhost/pub/plugins?buffer_length=0',
CURLOPT_URL => 'http://localhost/pub/plugins?buffer_length=1',
CURLOPT_UNIX_SOCKET_PATH => '/var/run/nginx.socket',
CURLOPT_POST => 1,
CURLOPT_POSTFIELDS => $message,