Added proxy to fix https issue, changed the description for form inputs

This commit is contained in:
Gregorio Chiko Putra
2019-05-20 08:31:32 +07:00
parent 2706f13dd4
commit 4fbc685015
3 changed files with 5 additions and 3 deletions

View File

@@ -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.