OXIESEC PANEL
- Current Dir:
/
/
var
/
lib
/
letsencrypt
/
backups
/
1689669547.2092915
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
06/04/2025 05:07:26 AM
rwxr-xr-x
📄
CHANGES_SINCE
402 bytes
07/18/2023 08:39:07 AM
rw-r--r--
📄
FILEPATHS
51 bytes
07/18/2023 08:39:07 AM
rw-r--r--
📄
cream_other-le-ssl.conf_0
1020 bytes
07/17/2023 08:51:20 AM
rw-r--r--
Editing: cream_other-le-ssl.conf_0
Close
<IfModule mod_ssl.c> <VirtualHost *:443> ServerAdmin webmaster@localhost ServerName cream ServerAlias content.bizproutx.com content.bizprout.com DocumentRoot /var/www/cream ErrorLog ${APACHE_LOG_DIR}/error.log CustomLog ${APACHE_LOG_DIR}/access.log combined RewriteEngine On # Some rewrite rules in this file were disabled on your HTTPS site, # because they have the potential to create redirection loops. # RewriteCond %{HTTPS} off # RewriteRule (.*) https://%{SERVER_NAME}/$1 [R,L] # RewriteCond %{SERVER_NAME} =cream [OR] # RewriteCond %{SERVER_NAME} =content.bizproutx.com [OR] # RewriteCond %{SERVER_NAME} =content.bizprout.com [OR] # RewriteCond %{SERVER_NAME} =elearn.pvvschool.com # RewriteRule ^ https://%{SERVER_NAME}%{REQUEST_URI} [END,NE,R=permanent] SSLCertificateFile /etc/letsencrypt/live/content.bizproutx.com/fullchain.pem SSLCertificateKeyFile /etc/letsencrypt/live/content.bizproutx.com/privkey.pem Include /etc/letsencrypt/options-ssl-apache.conf </VirtualHost> </IfModule>