mirror of https://github.com/flarum/flarum
Configure PHP-PM to use the correct bridge and the new server class
parent
e4d90d6017
commit
6fa9800e55
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
"bridge": "Franzl\\PHPPM\\Psr7\\Psr7Bridge",
|
||||
"host": "127.0.0.1",
|
||||
"port": 8080,
|
||||
"workers": 8,
|
||||
"app-env": "dev",
|
||||
"debug": 1,
|
||||
"logging": 1,
|
||||
"static": true,
|
||||
"bootstrap": "Flarum\\Http\\FullStackServer",
|
||||
"max-requests": 1000,
|
||||
"concurrent-requests": false,
|
||||
"php-cgi": false
|
||||
}
|
Loading…
Reference in New Issue