Merge pull request 'setting nginx_cors_limit_origin: true' (!2) from new_cors_configs into master

Reviewed-on: #2
This commit is contained in:
Andrea Dell'Amico 2024-12-17 16:42:20 +01:00
commit d70ea67b27
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@ nginx_client_body_timeout: 240s
nginx_cors_enabled: false
nginx_cors_global: true
nginx_cors_limit_origin: false
nginx_cors_limit_origin: true
nginx_cors_extended_rules: false
nginx_cors_acl_origin: 'http?://(localhost)'
nginx_access_control_allow_origin_src: "*"