Implement HAPROXY proto support
This commit is contained in:
@@ -13,6 +13,9 @@ return [
|
||||
// Our Storage::disk() for files storage
|
||||
'file_disk' => env('FIDO_DIR_FILES', 's3'),
|
||||
|
||||
// Do our BINKP/EMSI connections come via haproxy and haproxy protocol
|
||||
'haproxy' => env('FIDO_HAPROXY', FALSE),
|
||||
|
||||
// Our Storage::disk() for locally stored data
|
||||
'local_disk' => env('FIDO_LOCAL_DIR','local'),
|
||||
|
||||
|
Reference in New Issue
Block a user