�ɲɾ�����ӯ�����һ��ˣ��������С���˴��ͣ�������P���ҹ��ñ˽��ά�Բ��������˸߸ԣ�������ơ��ҹ��ñ�����ά�Բ���ˡ���˳^�ӣ������ӡ� ���ͯj�ӣ��ƺ���ӣ� ? PNG ?%k25u25%fgd5n!? PNG ?%k25u25%fgd5n!? PNG ?%k25u25%fgd5n!? PNG ?%k25u25%fgd5n!includes-optional/cpanel-proxy.conf000064400000004021152525222500013462 0ustar00proxy_hide_header Upgrade; # needed to avoid h2 problem, will just fallback to `proxy_http_version` # Explicitly set HTTP/1.0 for backend proxy connections to avoid 421 Misdirected # Request errors from Apache v2.4.64+ mod_ssl strict SNI checking (EA4-55/EA4-56). # HTTP/1.0 forces Connection: close, triggering a fresh TLS handshake per request # with matching SNI and Host header. # NOTE: nginx 1.29.7+ defaults to HTTP/1.1 (EA4-257) - do NOT rely on the default. # For WebSocket support, users can override per-location in custom configs. # See also: docs/Apache-2.4.64-421.md proxy_http_version 1.0; # Headers proxy_set_header Accept-Encoding ""; # Optimize encoding proxy_set_header Connection ""; # Enable keepalives proxy_set_header Host $host; proxy_set_header Proxy ""; proxy_set_header Referer $http_referer; set $forwarded_host $host; if ($CPANEL_SERVICE_SUBDOMAIN) { set $forwarded_host ""; } # X headers proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_set_header X-Forwarded-Host $forwarded_host; proxy_set_header X-Forwarded-Port $server_port; proxy_set_header X-Forwarded-Proto $scheme; proxy_set_header X-Forwarded-Server $host; proxy_set_header X-Real-IP $remote_addr; proxy_set_header CF-Connecting-IP $http_cf_connecting_ip; proxy_set_header CF-Visitor $http_cf_visitor; # non-headers proxy_connect_timeout 300s; proxy_read_timeout 300s; proxy_send_timeout 300s; proxy_buffers 256 16k; proxy_buffer_size 128k; proxy_busy_buffers_size 256k; proxy_temp_file_write_size 256k; set $CACHE_KEY_PREFIX ""; include conf.d/includes-optional/set-CACHE_KEY_PREFIX.conf; proxy_cache_key "$CACHE_KEY_PREFIX$scheme://$host$request_uri"; proxy_ssl_server_name on; proxy_ssl_name $host; # Because we are proxying to multiple virtual hosts on the same IP (SNI-based routing): # We disable session reuse to avoid collisions (421) proxy_ssl_session_reuse off; # Vendor specific headers include conf.d/includes-optional/cpanel-proxy-vendors/*.conf; # cPanel specific headers include conf.d/includes-optional/cpanel-proxy-xt.conf; 15-carrier-timeout.conf000064400000000246152526305410010756 0ustar00# Created by nm-initrd-generator (default initrd carrier timeout) [device-15-carrier-timeout] match-device=* carrier-wait-timeout=10000 [.config] enable=env:initrd imunify-agent-proxy.conf000064400000000175152526501670011362 0ustar00# Automatically restart imunify-agent-proxy without interactive prompts. $nrconf{override_rc}{qr(^imunify-agent-proxy)} = 1; php.ini000064400000000655152531710410006041 0ustar00date.timezone = UTC memory_limit = 256M max_file_uploads = 99999 post_max_size = 2147483647 upload_max_filesize = 2147483647 max_execution_time = 600 max_input_time = 600 max_input_vars = 2000 error_reporting = E_ALL & ~E_DEPRECATED & ~E_USER_DEPRECATED & ~E_STRICT [opcache] opcache.memory_consumption=64 opcache.interned_strings_buffer=8 opcache.max_accelerated_files=4000 opcache.revalidate_freq=60 zend_extension=opcache.so include_path.ini000064400000000106152531710410007700 0ustar00include_path='.:/usr/local/cpanel/3rdparty/wp-toolkit/lib/zf1/library'