mirror of
https://github.com/plan-player-analytics/Plan.git
synced 2024-11-25 12:16:01 +01:00
Updated External Webserver use: Reverse proxy (markdown)
parent
385daba293
commit
6c7b5f2df4
@ -77,6 +77,14 @@ Some instructions
|
||||
|
||||
After installing HTTPS on the Apache, you can [set up proxy settings for Plan](https://github.com/plan-player-analytics/Plan/wiki/SSL-Certificate-%28HTTPS%29-Set-Up#if-behind-a-proxy)
|
||||
|
||||
# Password bruteforce -guard and whitelist support (X-Forwarded-For)
|
||||
|
||||
To keep stuff that relies on IP of the requester functional behind reverse-proxy.
|
||||
|
||||
- Make sure reverse-proxy is passing request IP in `X-Forwarded-For` header
|
||||
- Make sure Plan can't be accessed without connecting through reverse proxy
|
||||
- Enable X-Forwarded-For support under Webserver settings in Plan config
|
||||
|
||||
# Debugging step-list for determening connection issue source
|
||||
|
||||
- [x] Check that Plan webserver has enabled (on the server console)
|
||||
|
Loading…
Reference in New Issue
Block a user