server { listen 80; server_name domain.tld; location / { if ($http_origin) { set $cors "true"; } if ($request_method = 'OPTIONS') { set ...
確定! 回上一頁