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