From 40d9dea96ccdb3a9704db012e403f36f555eb94f Mon Sep 17 00:00:00 2001 From: zhengkunwang <31820853+zhengkunwang223@users.noreply.github.com> Date: Fri, 5 Jul 2024 16:50:39 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=9A=82=E6=97=B6=E5=88=A0=E9=99=A4=20?= =?UTF-8?q?SSL=20=E8=AF=81=E4=B9=A6=20OCSP=20=E6=A0=A1=E9=AA=8C=20(#5692)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Refs https://github.com/1Panel-dev/1Panel/issues/5688 --- cmd/server/nginx_conf/ssl.conf | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/cmd/server/nginx_conf/ssl.conf b/cmd/server/nginx_conf/ssl.conf index d5c87bac6..908c52fb4 100644 --- a/cmd/server/nginx_conf/ssl.conf +++ b/cmd/server/nginx_conf/ssl.conf @@ -6,6 +6,4 @@ ssl_prefer_server_ciphers on; ssl_session_cache shared:SSL:10m; ssl_session_timeout 10m; error_page 497 https://$host$request_uri; -proxy_set_header X-Forwarded-Proto https; -ssl_stapling on; -ssl_stapling_verify on; \ No newline at end of file +proxy_set_header X-Forwarded-Proto https; \ No newline at end of file