Added proxy to fix https issue, changed the description for form inputs
This commit is contained in:
@@ -12,7 +12,9 @@ class TrustProxies extends Middleware
|
||||
*
|
||||
* @var array
|
||||
*/
|
||||
protected $proxies;
|
||||
protected $proxies = [
|
||||
'192.168.1.40',
|
||||
];
|
||||
|
||||
/**
|
||||
* The headers that should be used to detect proxies.
|
||||
|
||||
Reference in New Issue
Block a user