Website : rimsha.abasa.com
backdoor
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
etc
/
apache2
/
sites-enabled
/
Filename :
mudeer-staging.conf
back
Copy
<VirtualHost *:80> ServerName staging.mudeer.abasa.com ProxyPreserveHost On ProxyPass / http://localhost:3002/ ProxyPassReverse / http://localhost:3002/ ProxyPass /ws ws://localhost:3002/ws ProxyPassReverse /ws ws://localhost:3002/ws ErrorLog ${APACHE_LOG_DIR}/mudeer-staging-error.log CustomLog ${APACHE_LOG_DIR}/mudeer-staging-access.log combined </VirtualHost> <VirtualHost *:443> ServerName staging.mudeer.abasa.com SSLEngine on ProxyPreserveHost On ProxyPass / http://localhost:3002/ ProxyPassReverse / http://localhost:3002/ ProxyPass /ws ws://localhost:3002/ws ProxyPassReverse /ws ws://localhost:3002/ws ErrorLog ${APACHE_LOG_DIR}/mudeer-staging-error.log CustomLog ${APACHE_LOG_DIR}/mudeer-staging-access.log combined Include /etc/letsencrypt/options-ssl-apache.conf SSLCertificateFile /etc/letsencrypt/live/staging.mudeer.abasa.com/fullchain.pem SSLCertificateKeyFile /etc/letsencrypt/live/staging.mudeer.abasa.com/privkey.pem </VirtualHost>