setting nginx_cors_limit_origin: true #2

Merged
adellam merged 1 commits from new_cors_configs into master 2024-12-17 16:42:22 +01:00
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: "*"