Adding config/trustedproxy.php
This commit is contained in:
parent
4dd7ed6726
commit
5fd70f3793
2 changed files with 6 additions and 0 deletions
5
config/trustedproxy.php
Normal file
5
config/trustedproxy.php
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
<?php
|
||||
|
||||
return [
|
||||
'proxies' => env('HTTP_TRUSTED_PROXIES', []),
|
||||
];
|
||||
Reference in a new issue