mirror of https://github.com/flarum/flarum
Configure PPM to use correct bridge class
parent
2a53b0367d
commit
158f2020c8
4
ppm.json
4
ppm.json
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"bridge": "Franzl\\PHPPM\\Psr7\\Psr7Bridge",
|
"bridge": "PHPPM\\Psr7\\Psr7Bridge",
|
||||||
"host": "127.0.0.1",
|
"host": "127.0.0.1",
|
||||||
"port": 8080,
|
"port": 8080,
|
||||||
"workers": 8,
|
"workers": 8,
|
||||||
|
@ -11,4 +11,4 @@
|
||||||
"max-requests": 1000,
|
"max-requests": 1000,
|
||||||
"concurrent-requests": false,
|
"concurrent-requests": false,
|
||||||
"php-cgi": false
|
"php-cgi": false
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue