Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
andreiio committed Dec 13, 2023
1 parent 426a214 commit 46b78ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Http/Middleware/SetCloudfrontHeaders.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public function handle(Request $request, Closure $next): Response
if ($request->hasHeader($this->header)) {
$request->headers->add([
'X-Forwarded-Proto' => $request->header($this->header),
'X-Forwarded-Port' => 'https',
'X-Forwarded-Port' => '443',
]);
}

Expand Down

0 comments on commit 46b78ff

Please sign in to comment.