Skip to content

Add 404 status for MS 365 autodiscover requests and omit log entries #314

@tormi

Description

@tormi

Sth like this:

nginx:
  extra_conditions: |
    # 404 status for MS 365 autodiscover requests and omit log entries
    location ~ /autodiscover/autodiscover.xml {
      return 404;
      access_log off;
      log_not_found off;
    }

Slack: https://wunder.slack.com/archives/C8UN6AG9W/p1647591467861449

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions