From 5508806d898fa0275378412dcd7dbc193a5ebc12 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=98=BF=E7=94=B7?= Date: Sun, 9 Apr 2023 16:22:38 +0800 Subject: [PATCH] cleanup --- conf/alchemy/proc.conf | 1 - conf/alchemy/ts.conf | 1 - 2 files changed, 2 deletions(-) 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;