Archived
1
0
Fork 0

Adding config/trustedproxy.php

This commit is contained in:
Henrik Hautakoski 2023-01-29 19:32:43 +01:00
parent 4dd7ed6726
commit 5fd70f3793
2 changed files with 6 additions and 0 deletions

5
config/trustedproxy.php Normal file
View file

@ -0,0 +1,5 @@
<?php
return [
'proxies' => env('HTTP_TRUSTED_PROXIES', []),
];