Website : rimsha.abasa.com
backdoor
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
var
/
lib
/
letsencrypt
/
backups
/
1762881958.0587044
/
Filename :
mudeer-backend-staging.conf_0
back
Copy
# HTTP -> HTTPS redirect <VirtualHost *:80> ServerName staging.mudeerapi.abasa.com RewriteEngine On RewriteCond %{HTTPS} off RewriteRule ^ https://%{SERVER_NAME}%{REQUEST_URI} [L,R=301] </VirtualHost> # HTTPS VirtualHost (Reverse Proxy to Node) <IfModule mod_ssl.c> <VirtualHost *:443> ServerName staging.mudeerapi.abasa.com ProxyPreserveHost On ProxyPass / http://localhost:4002/ ProxyPassReverse / http://localhost:4002/ SSLEngine on SSLCertificateFile /etc/letsencrypt/live/staging.mudeerapi.abasa.com/fullchain.pem SSLCertificateKeyFile /etc/letsencrypt/live/staging.mudeerapi.abasa.com/privkey.pem Include /etc/letsencrypt/options-ssl-apache.conf ErrorLog ${APACHE_LOG_DIR}/mudeer-backend-staging-error.log CustomLog ${APACHE_LOG_DIR}/mudeer-backend-staging-access.log combined </VirtualHost> </IfModule>