mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-12 15:46:52 +03:00
Update Flex endpoint
This commit is contained in:
@@ -16,6 +16,21 @@
|
||||
]
|
||||
},
|
||||
"files": {
|
||||
"config/packages/fastcgi_daemon.yaml": {
|
||||
"contents": [
|
||||
"services:",
|
||||
" App\\FastCGIKernel:",
|
||||
" autowire: true",
|
||||
"",
|
||||
" PHPFastCGI\\FastCGIDaemon\\Driver\\DriverContainer: null",
|
||||
" PHPFastCGI\\FastCGIDaemon\\Command\\DaemonRunCommand:",
|
||||
" arguments: ['@App\\FastCGIKernel', '@PHPFastCGI\\FastCGIDaemon\\Driver\\DriverContainer', 'fastcgi-daemon:run']",
|
||||
" tags:",
|
||||
" - { name: console.command }",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
},
|
||||
"src/FastCGIKernel.php": {
|
||||
"contents": [
|
||||
"<?php",
|
||||
@@ -54,21 +69,6 @@
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
},
|
||||
"config/packages/fastcgi_daemon.yaml": {
|
||||
"contents": [
|
||||
"services:",
|
||||
" App\\FastCGIKernel:",
|
||||
" autowire: true",
|
||||
"",
|
||||
" PHPFastCGI\\FastCGIDaemon\\Driver\\DriverContainer: null",
|
||||
" PHPFastCGI\\FastCGIDaemon\\Command\\DaemonRunCommand:",
|
||||
" arguments: ['@App\\FastCGIKernel', '@PHPFastCGI\\FastCGIDaemon\\Driver\\DriverContainer', 'fastcgi-daemon:run']",
|
||||
" tags:",
|
||||
" - { name: console.command }",
|
||||
""
|
||||
],
|
||||
"executable": false
|
||||
}
|
||||
},
|
||||
"ref": "2011211eeb0a0c800ca496b090c65d161f5c3ed6"
|
||||
|
||||
Reference in New Issue
Block a user