nginx 配置. location / { # 檢查域名字尾 if ($http_origin ~ \.test\.com) { add_header Access-Control-Allow-Origin $http_origin; ...
確定! 回上一頁