mirror of
https://gh.wpcy.net/https://github.com/aspirepress/AspireCloud.git
synced 2026-07-17 11:37:03 +08:00
8 lines
141 B
PHP
8 lines
141 B
PHP
<?php
|
|
|
|
namespace App\Http\Middleware;
|
|
|
|
class TrustProxies extends \Illuminate\Http\Middleware\TrustProxies
|
|
{
|
|
protected $proxies = "*";
|
|
}
|