zwjdujin 发表于 2025-10-30 22:47:13

【已解答】今天更新ssl提示错误




甚至网站监控报表也没统计。

阿珂 发表于 2025-10-31 10:17:43

检查是否存在/www/server/panel/vhost/nginx/0.site_total_log_format.conf
没有的话创建一个
内容为:
log_format site_total escape=json '{'
            '"server_addr": "$server_addr",'
            '"server_port": $server_port,'
            '"host":"$http_host",'
            '"x_forwarded_for":"$http_x_forwarded_for",'
            '"x-real-ip":"$http_x_real_ip",'
            '"x-forwarded":"$http_x_forwarded",'
            '"forwarded-for":"$http_forwarded_for",'
            '"forwarded":"$http_forwarded",'
            '"true-client-ip":"$http_true_client_ip",'
            '"client-ip":"$http_client_ip",'
            '"ali-cdn-real-ip":"$http_ali_cdn_real_ip",'
            '"cdn-src-ip":"$http_cdn_src_ip",'
            '"cdn-real-ip":"$http_cdn_real_ip",'
            '"cf-connecting-ip":"$http_cf_connecting_ip",'
            '"x-cluster-client-ip":"$http_x_cluster_client_ip",'
            '"wl-proxy-client-ip":"$http_wl_proxy_client_ip",'
            '"proxy-client-ip":"$http_proxy_client_ip",'
            '"remote_addr":"$remote_addr",'
            '"remote_port":$remote_port,'
            '"remote_user":"$remote_user",'
            '"https":"$https",'
            '"req_length":$request_length,'
            '"method":"$request_method",'
            '"uri":"$request_uri",'
            '"request_filename":"$request_filename",'
            '"status":$status,'
            '"sent_bytes":$bytes_sent,'
            '"body_bytes_sent":$body_bytes_sent,'
            '"content_type":"$sent_http_content_type",'
            '"content_encoding":"$sent_http_content_encoding",'
            '"referer":"$http_referer",'
            '"user_agent":"$http_user_agent",'
            '"upstream_addr":"$upstream_addr",'
            '"upstream_status":$upstream_status,'
            '"upstream_response_time":$upstream_response_time,'
            '"take_time":$request_time,'
            '"msec":$msec,'
            '"cookie":"$http_cookie",'
            '"accept":"$http_accept",'
            '"accept_language":"$http_accept_language",'
            '"accept_encoding":"$http_accept_encoding"'
      '}';

zwjdujin 发表于 2025-10-31 23:46:00

阿珂 发表于 2025-10-31 10:17
检查是否存在/www/server/panel/vhost/nginx/0.site_total_log_format.conf
没有的话创建一个
内容为:


根据你的指示操作,提示如下:

顺便反馈下这个提示框样式问题,显示不完整。

zwjdujin 发表于 2025-11-1 19:28:38

阿珂 发表于 2025-10-31 10:17
检查是否存在/www/server/panel/vhost/nginx/0.site_total_log_format.conf
没有的话创建一个
内容为:




根据上方回复进行修改,点击保存时提示这个,顺便反馈个样式bug,错误内容显示不全,并建议在右下角的两个按钮的左侧增加一个复制错误信息的按钮。

zwjdujin 发表于 2025-11-2 20:57:01

怎么两个回复都没有审核?

阿珂 发表于 2025-11-5 11:37:07

给报错的文件内的配置注释掉
页: [1]
查看完整版本: 【已解答】今天更新ssl提示错误