From b80619511ca3c648abf26bfbc56eae72d289c5b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=99=E5=B0=8F=E4=BA=91?= Date: Wed, 11 Jun 2025 17:42:59 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nginxbazhong/vhosts/consul.conf | 1 - 1 file changed, 1 deletion(-) diff --git a/nginxbazhong/vhosts/consul.conf b/nginxbazhong/vhosts/consul.conf index f995717..9d096f9 100644 --- a/nginxbazhong/vhosts/consul.conf +++ b/nginxbazhong/vhosts/consul.conf @@ -7,7 +7,6 @@ server { ssl_ciphers ECDHE-RSA-AES128-GCM-SHA256:ECDHE:ECDH:AES:HIGH:!NULL:!aNULL:!MD5:!ADH:!RC4; ssl_protocols TLSv1.1 TLSv1.2 TLSv1.3; ssl_prefer_server_ciphers on; - location / { proxy_pass http://${CONSUL_NAME}:8500; proxy_set_header Host $host;