Modernizing PyThon Projec
This commit is contained in:
parent
b8848c8303
commit
55d0d1a105
51 changed files with 157 additions and 47 deletions
16
tests/fixtures/services-fcgi
vendored
Normal file
16
tests/fixtures/services-fcgi
vendored
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"172.17.0.2": {
|
||||
"easyhaproxy.definitions": "fcgi",
|
||||
"easyhaproxy.fcgi.host": "phpapp.local",
|
||||
"easyhaproxy.fcgi.port": "80",
|
||||
"easyhaproxy.fcgi.socket": "/run/php/php-fpm.sock",
|
||||
"easyhaproxy.fcgi.proto": "fcgi"
|
||||
},
|
||||
"172.17.0.3": {
|
||||
"easyhaproxy.definitions": "fcgi-tcp",
|
||||
"easyhaproxy.fcgi-tcp.host": "phpapp-tcp.local",
|
||||
"easyhaproxy.fcgi-tcp.port": "80",
|
||||
"easyhaproxy.fcgi-tcp.localport": "9000",
|
||||
"easyhaproxy.fcgi-tcp.proto": "fcgi"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue