1
0
mirror of https://github.com/bitwarden/server.git synced 2025-07-07 10:55:43 -05:00

FIDO U2F facet fiel headers

This commit is contained in:
Kyle Spearrin
2017-08-08 12:29:59 -04:00
parent 0a12006d32
commit e70323b59e
2 changed files with 35 additions and 0 deletions

View File

@ -125,6 +125,11 @@ http {
# for the check. It is best if you enable this in a location{} block for
# a specific directory, or on an individual server{} level.
# gzip_static on;
# Content type for FIDO U2F facets
map $uri $fido_content_type {
default "application/fido.trusted-apps+json";
}
# Include files in the sites-enabled folder. server{} configuration files should be
# placed in the sites-available folder, and then the configuration should be enabled