Skip to content

Commit

Permalink
Clarify rewrite on SSL
Browse files Browse the repository at this point in the history
  • Loading branch information
josevalim committed Nov 14, 2024
1 parent f804daa commit 43d5dea
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/plug/ssl.ex
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ defmodule Plug.SSL do
plug Plug.SSL, rewrite_on: [:x_forwarded_host, :x_forwarded_port, :x_forwarded_proto]
For further details refer to `Plug.RewriteOn`.
Rewriting happens on all requests, before the SSL options are processed.
For further details, refer to `Plug.RewriteOn`.
## Plug Options
Expand Down

0 comments on commit 43d5dea

Please sign in to comment.