2019-07-31 12:49:05 +00:00
|
|
|
{
|
|
|
|
|
"bridge": "HttpKernel",
|
|
|
|
|
"host": "127.0.0.1",
|
|
|
|
|
"port": 8080,
|
|
|
|
|
"workers": 8,
|
2019-08-01 13:44:34 +00:00
|
|
|
"app-env": "production",
|
2019-07-31 12:49:05 +00:00
|
|
|
"debug": 0,
|
|
|
|
|
"logging": 1,
|
|
|
|
|
"static-directory": "public\/",
|
|
|
|
|
"bootstrap": "laravel",
|
|
|
|
|
"max-requests": 1000,
|
|
|
|
|
"max-execution-time": 30,
|
|
|
|
|
"memory-limit": -1,
|
|
|
|
|
"ttl": 0,
|
|
|
|
|
"populate-server-var": 1,
|
|
|
|
|
"socket-path": "\/ppm\/run\/",
|
|
|
|
|
"pidfile": "\/ppm\/ppm.pid",
|
|
|
|
|
"reload-timeout": 30,
|
2021-02-25 11:11:50 +00:00
|
|
|
"cgi-path": "\/usr\/bin\/php-cgi8"
|
2019-07-31 12:49:05 +00:00
|
|
|
}
|