Sindbad~EG File Manager
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