Skip to content

Commit cbb4433

Browse files
committed
fix styleci and update doc in config file
1 parent 69a6dcd commit cbb4433

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

config/trustedproxy.php

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,16 @@
1919

2020
/*
2121
* To trust one or more specific proxies that connect
22-
* directly to your server, use an array of IP addresses:
22+
* directly to your server, use an array or a string separated by comma of IP addresses:
2323
*/
24-
# 'proxies' => ['192.168.1.1'],
24+
// 'proxies' => ['192.168.1.1'],
25+
// 'proxies' => '192.168.1.1, 192.168.1.1',
2526

2627
/*
2728
* Or, to trust all proxies that connect
2829
* directly to your server, use a "*"
2930
*/
30-
# 'proxies' => '*',
31+
// 'proxies' => '*',
3132

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

0 commit comments

Comments
 (0)