File diff c31143302a81 → 02204162f917
docs/usage.rst
Show inline comments
 
@@ -1417,6 +1417,10 @@ Before we start, here is a couple of useful pointers regarding the
 
* If you ever need to set some additional PHP FPM settings, this can
 
  easily be done via the ``additional_fpm_config`` role
 
  parameter. This particular example does not set any, though.
 
* Incoming request headers can be set/overridden using the
 
  ``http_header_overrides`` parameter. This can be useful for
 
  manipulating headers in specifics ways, such as disabling
 
  compression etc. on the application side.
 
* Mails delivered to local admin/application users are forwarded to
 
  ``root`` account (configurable via ``website_mail_recipients`` role
 
  parameter.