Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
riteshvaryani committed Jul 2, 2024
1 parent c4e3200 commit d1ad10a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ private void setupContext(ProxyServerConfiguration config) {
src.setStsMaxAge(TimeUnit.SECONDS.toSeconds(2000));
src.setStsIncludeSubDomains(true);
httpsConfig.addCustomizer(src);
httpsConfig.addCustomizer( new org.eclipse.jetty.server.ForwardedRequestCustomizer() );
connector =
new ServerConnector(
server,
Expand Down

0 comments on commit d1ad10a

Please sign in to comment.