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