Skip to content
  1. Dec 11, 2021
    • nimrod's avatar
      Rate limit requests to the LDAP auth server. · a064ddc7
      nimrod authored
      Because of the setup I have with HAProxy in ns1 in front of Nginx, all
      of the requests have the same client IP. In essence this is just rate
      limiting all requests, regardless of the client IP (unless coming from
      the internal network).
      a064ddc7
  2. Nov 10, 2021
  3. Sep 20, 2021
  4. May 31, 2021
  5. May 19, 2021
  6. May 14, 2021
    • nimrod's avatar
      Give precedence to the acme challenge. · b7c0865d
      nimrod authored
      If the acme challenge is in a location block but the default redirection
      is not, the default always takes precedence (Nginx won't resolve the
      order between the different directives, but it will between different
      location blocks).
      b7c0865d