This commit is contained in:
Chimezie Enyinnaya
2024-09-10 10:08:58 +01:00
parent 7b008afab8
commit 4fbee37563

View File

@@ -11,7 +11,7 @@ return Application::configure(basePath: dirname(__DIR__))
health: '/up',
)
->withMiddleware(function (Middleware $middleware) {
$middleware->trustProxies(at: '*');
$middleware->trustProxies(at: ['84.247.135.201']);
})
->withExceptions(function (Exceptions $exceptions) {
//