summaryrefslogtreecommitdiff
path: root/nginx.conf
diff options
context:
space:
mode:
Diffstat (limited to 'nginx.conf')
-rw-r--r--nginx.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/nginx.conf b/nginx.conf
index 9e94114..be4b45a 100644
--- a/nginx.conf
+++ b/nginx.conf
@@ -169,6 +169,7 @@ http {
}
expires 5s;
+ add_header X-UA-Compatible "IE=edge";
}
}
# vim:ft=nginx: