diff --git a/conf/alchemy/proc.conf b/conf/alchemy/proc.conf index bcf493c..03d2092 100644 --- a/conf/alchemy/proc.conf +++ b/conf/alchemy/proc.conf @@ -8,7 +8,6 @@ server { ssl_certificate /etc/letsencrypt/live/alchemy-studio.cn/fullchain.pem; # managed by Certbot ssl_certificate_key /etc/letsencrypt/live/alchemy-studio.cn/privkey.pem; # managed by Certbot - location /api/v1/proc/ { add_header Access-Control-Allow-Origin $http_origin always; add_header Access-Control-Allow-Methods 'GET, POST, OPTIONS' always; diff --git a/conf/alchemy/ts.conf b/conf/alchemy/ts.conf index e3dab46..e506e97 100644 --- a/conf/alchemy/ts.conf +++ b/conf/alchemy/ts.conf @@ -8,7 +8,6 @@ server { ssl_certificate /etc/letsencrypt/live/alchemy-studio.cn/fullchain.pem; # managed by Certbot ssl_certificate_key /etc/letsencrypt/live/alchemy-studio.cn/privkey.pem; # managed by Certbot - location /api/v1/ts/ { add_header Access-Control-Allow-Origin $http_origin always; add_header Access-Control-Allow-Methods 'GET, POST, OPTIONS' always;