Implement HAPROXY proto support

This commit is contained in:
2023-10-12 21:29:02 +11:00
parent c8ab8d3db3
commit a7e8cc7568
3 changed files with 98 additions and 1 deletions

View File

@@ -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'),