mirror of https://github.com/akaunting/docker.git
7 lines
107 B
PHP
7 lines
107 B
PHP
|
<?php
|
||
|
|
||
|
return [
|
||
|
'proxies' => '*',
|
||
|
'headers' => Illuminate\Http\Request::HEADER_X_FORWARDED_ALL,
|
||
|
];
|