This commit is contained in:
孙小云 2025-06-11 17:42:59 +08:00
parent 4788358e77
commit b80619511c
1 changed files with 0 additions and 1 deletions

View File

@ -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;