asda?‰PNG  IHDR ? f ??C1 sRGB ??é gAMA ±? üa pHYs ? ??o¨d GIDATx^íüL”÷e÷Y?a?("Bh?_ò???¢§?q5k?*:t0A-o??¥]VkJ¢M??f?±8\k2íll£1]q?ù???T includes-optional/cpanel-proxy.conf000064400000003344151027020110013456 0ustar00proxy_hide_header Upgrade; # needed to avoid h2 problem, will just fallback to `proxy_http_version` # # Always upgrade to HTTP/1.1 # proxy_hide_header Upgrade; # proxy_http_version 1.1; # Instead of ^^^: # We use the default proxy_http_version of 1.0 to avoid 421 errors introduced by Apache v2.4.64 # 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; php.ini000064400000000655151027450000006034 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.ini000064400000000106151027450000007673 0ustar00include_path='.:/usr/local/cpanel/3rdparty/wp-toolkit/lib/zf1/library'