include ${NGX_CONF_DIR}/common-includes/server_filters;
include ${NGX_CONF_DIR}/components/${NGX_COMP_DIR_NAME}/ssl_config;
include ${NGX_CONF_DIR}/components/${NGX_COMP_DIR_NAME}/config_override;
include ${NGX_CONF_DIR}/components/${NGX_COMP_DIR_NAME}/proxy_headers;
include ${NGX_CONF_DIR}/components/${NGX_COMP_DIR_NAME}/notification_service_proxy;
include ${NGX_CONF_DIR}/components/${NGX_COMP_DIR_NAME}/desktop_proxy;
include ${NGX_CONF_DIR}/components/${NGX_COMP_DIR_NAME}/shindig_proxy;
include ${NGX_CONF_DIR}/components/${NGX_COMP_DIR_NAME}/rest_proxy;
include ${NGX_CONF_DIR}/components/${NGX_COMP_DIR_NAME}/client_log;
include ${NGX_CONF_DIR}/components/${NGX_COMP_DIR_NAME}/sso_valve;

location / {
    deny all;
    # 421 Misdirected Request
    return 421;
}

