Website : rimsha.abasa.com
backdoor
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
var
/
lib
/
letsencrypt
/
backups
/
1741064550.9210012
/
Filename :
js1.abasa.com-le-ssl.conf_0
back
Copy
<IfModule mod_ssl.c> <VirtualHost *:80> ServerName js1.abasa.com ServerAlias www.js1.abasa.com ProxyPreserveHost On # Proxy traffic to internal port ProxyPass / http://127.0.0.1:8080/ ProxyPassReverse / http://127.0.0.1:8080/ # Optional: Allow WebSocket traffic (if Jenkins or apps use it) RewriteEngine on RewriteCond %{HTTP:Upgrade} websocket [NC] RewriteCond %{HTTP:Connection} upgrade [NC] RewriteRule .* ws://127.0.0.1:8080%{REQUEST_URI} [P] ErrorLog ${APACHE_LOG_DIR}/js1.abasa.com_error.log CustomLog ${APACHE_LOG_DIR}/js1.abasa.com_access.log combined </VirtualHost> </IfModule>