diff --git a/conf/nginx.conf b/conf/nginx.conf index 34dbbf3..9aeb854 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -1,8 +1,8 @@ set $main_domain "__DOMAIN__"; set $sandbox_domain "sandbox-__DOMAIN__"; set $allowed_origins "https://${sandbox_domain}"; -set $api_domain "api.__DOMAIN__"; -set $files_domain "files.__DOMAIN__"; +set $api_domain "__DOMAIN__"; +set $files_domain "__DOMAIN__"; ssl_ecdh_curve secp384r1; more_set_headers "Strict-Transport-Security: 'max-age=31536000; includeSubDomains' always"; more_set_headers "X-XSS-Protection: '1; mode=block'";