mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2025-11-07 13:56:01 +01:00
17 lines
477 B
Plaintext
17 lines
477 B
Plaintext
|
|
php73.confextprocessor php73 {
|
||
|
|
type lsapi
|
||
|
|
address uds://tmp/lshttpd/lsphp73.sock
|
||
|
|
maxConns 50
|
||
|
|
initTimeout 60
|
||
|
|
retryTimeout 0
|
||
|
|
persistConn 1
|
||
|
|
respBuffer 0
|
||
|
|
autoStart 1
|
||
|
|
path /usr/local/lsws/lsphp73/bin/lsphp
|
||
|
|
memSoftLimit 2047M
|
||
|
|
memHardLimit 2047M
|
||
|
|
procSoftLimit 400
|
||
|
|
procHardLimit 500
|
||
|
|
}
|
||
|
|
|