Commit 9d8e2ee6 by Kevin Falcone

Add P3P to the cookiecutter

parent 7172ee8c
......@@ -63,6 +63,9 @@ server {
proxy_redirect off;
proxy_pass http://{{ role_name }}_app_server;
}
# Prevent invalid display courseware in IE 10+ with high privacy settings
add_header P3P {{ '{{' }} NGINX_P3P_MESSAGE {{ '}}' }}
# Nginx does not support nested condition or or conditions so
# there is an unfortunate mix of conditonals here.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment