Skip to content

Instantly share code, notes, and snippets.

@smereczynski
Created May 4, 2020 13:35
Show Gist options
  • Save smereczynski/98f93a481d4587d38bd73e5112c6062f to your computer and use it in GitHub Desktop.
Save smereczynski/98f93a481d4587d38bd73e5112c6062f to your computer and use it in GitHub Desktop.
<IfModule authz_core_module>
<RequireAll>
Require expr %{HTTP:X-Azure-FDID} == '{{FDID}}'
</RequireAll>
</IfModule>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment