Skip to content

Commit

Permalink
[DOCS] Added remoteIpFilter to documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
hylkevds committed Aug 16, 2024
1 parent 8af9394 commit f14148f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/settings/settings.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,9 @@ These are settings for the HTTP package.
A flag to control if CORS specific attributes should be added to HttpServletRequest object or not. Default: `true`.
* **http.sessionCookiePath:** Since 2.4.0
If set, overrides the session cookie path of Tomcat. Usefull when FROST is behind a path-rewriting reverse proxy. Default: ``.
* **http.remoteIpFilter.enable:** Since 2.4.0
If true, a [remoteIpFilter](https://tomcat.apache.org/tomcat-9.0-doc/config/filter.html#Remote_IP_Filter) is added.
All configuration parameters of the filter are exposed as `http.remoteIpFilter.enable`. Default: `false`.


## Auth settings
Expand Down

0 comments on commit f14148f

Please sign in to comment.