Update LooseHost / LoosePort notes.

This commit is contained in:
Azareal 2019-10-31 07:00:48 +10:00
parent 385fbbcbdb
commit 4d82b87bf2
1 changed files with 2 additions and 2 deletions

View File

@ -92,9 +92,9 @@ DisableLiveTopicList - This switch allows you to disable the live topic list. De
DisableJSAntispam - This switch lets you disable the JS anti-spam feature. It may be useful if you primarily get users who for one reason or another have decided to disable JavaScript. Default: false
LooseHost - Disable host header checks in the router. May be useful when using a reverse-proxy like Nginx. Default: false
LooseHost - Disable host header checks in the router. This may be useful when using a reverse-proxy like Nginx / Apache to stop it white-screening. Default: false
LoosePort - Disable port match checks in the router. May be useful when using a revere-proxy like Nginx. Default: false
LoosePort - Disable port match checks in the router. This may be useful when using a revere-proxy like Nginx / Apache to stop it white-screening. Default: false
DisableServerPush - This switch lets you disable the HTTP/2 server push feature. Default: false