Nginx. location / { if ($http_origin ~ 'domain1.com|domain2.com$') { add_header Access-Control-Allow-Origin $http_origin; } }. NGINX.
確定! 回上一頁