|string|null */ protected $proxies = '*'; /** * The headers that should be used to detect proxies. * * This ensures Laravel correctly detects HTTPS and client IP forwarded by Coolify. * * @var int */ protected $headers = Request::HEADER_X_FORWARDED_ALL; }