Skip to content

Commit

Permalink
feat: #30 try add trusted proxies 3
Browse files Browse the repository at this point in the history
  • Loading branch information
bohdan-shulha committed Jul 4, 2024
1 parent 5e4e2bc commit a501e8d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bootstrap/app.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@
health: '/up',
)
->withMiddleware(function (Middleware $middleware) {
$middleware->trustProxies('*');

$middleware
->web(append: [
HandleInertiaRequests::class,
Expand Down

0 comments on commit a501e8d

Please sign in to comment.