mirror of
https://github.com/NyaaStudios/nyaabooru.git
synced 2025-12-10 05:42:58 +00:00
trust reverse proxies
This commit is contained in:
parent
835cb24887
commit
9b3fc1965d
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@ return Application::configure(basePath: dirname(__DIR__))
|
|||
}
|
||||
)
|
||||
->withMiddleware(function (Middleware $middleware) {
|
||||
$middleware->trustProxies(at: ['*']);
|
||||
$middleware->trustProxies(at: '*');
|
||||
})
|
||||
->withExceptions(function (Exceptions $exceptions) {
|
||||
//
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue