Sindbad~EG File Manager

Current Path : /proc/self/root/proc/self/root/proc/self/root/opt/nginxhttpd_/template/vhconf/
Upload File :
Current File : //proc/self/root/proc/self/root/proc/self/root/opt/nginxhttpd_/template/vhconf/apache.conf.twig

extprocessor apacheHttp {
    type                    proxy
    address                 {{serverIp}}:8081
    maxConns                100
    initTimeout             60
    retryTimeout            0
    respBuffer              0
}

extprocessor apacheHttps {
    type                    proxy
    address                 https://{{serverIp}}:4430
    maxConns                100
    initTimeout             60
    retryTimeout            0
    respBuffer              0
}

rewrite  {
    enable                  1

    RewriteCond %{HTTPS} !=on
    RewriteCond %{HTTP_HOST} ^([^:]+)
    RewriteRule ^(.*)$ http://apacheHttp/$1 [P,L,E=PROXY-HOST:%1]

    RewriteCond %{HTTPS} =on
    RewriteCond %{HTTP_HOST} ^([^:]+)
    RewriteRule ^(.*)$ http://apacheHttps/$1 [P,L,E=PROXY-HOST:%1]
}

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists