setting nginx_cors_limit_origin: true
This commit is contained in:
parent
57cfa7ea06
commit
4e2cbca42a
|
@ -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: "*"
|
||||
|
|
Loading…
Reference in New Issue