Skip to content

Commit

Permalink
fix styleci and update doc in config file
Browse files Browse the repository at this point in the history
  • Loading branch information
rrpadilla committed Dec 9, 2018
1 parent 69a6dcd commit cbb4433
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions config/trustedproxy.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,16 @@

/*
* To trust one or more specific proxies that connect
* directly to your server, use an array of IP addresses:
* directly to your server, use an array or a string separated by comma of IP addresses:
*/
# 'proxies' => ['192.168.1.1'],
// 'proxies' => ['192.168.1.1'],
// 'proxies' => '192.168.1.1, 192.168.1.1',

/*
* Or, to trust all proxies that connect
* directly to your server, use a "*"
*/
# 'proxies' => '*',
// 'proxies' => '*',

/*
* Which headers to use to detect proxy related data (For, Host, Proto, Port)
Expand Down

0 comments on commit cbb4433

Please sign in to comment.