OXIESEC PANEL
- Current Dir:
/
/
var
/
lib
/
letsencrypt
/
backups
/
1622009723.6391332
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
3.21 KB
05/26/2021 06:15:23 AM
rw-r--r--
📄
FILEPATHS
236 bytes
05/26/2021 06:15:22 AM
rw-r--r--
📄
NEW_FILES
45 bytes
05/26/2021 06:15:23 AM
rw-r--r--
📄
cream-le-ssl.conf_0
1.43 KB
05/26/2021 06:12:24 AM
rw-r--r--
📄
cream-le-ssl.conf_4
1.43 KB
05/26/2021 06:15:22 AM
rw-r--r--
📄
creamlite-le-ssl.conf_2
812 bytes
05/26/2021 06:12:23 AM
rw-r--r--
📄
creampvv-le-ssl.conf_1
827 bytes
05/26/2021 06:12:24 AM
rw-r--r--
📄
staging-le-ssl.conf_3
807 bytes
05/26/2021 06:12:24 AM
rw-r--r--
Editing: cream-le-ssl.conf_0
Close
<IfModule mod_ssl.c> <VirtualHost *:443> ServerAdmin webmaster@localhost ServerName cream ServerAlias knoblycream.com www.knoblycream.com DocumentRoot /var/www/cream ErrorLog ${APACHE_LOG_DIR}/error.log CustomLog ${APACHE_LOG_DIR}/access.log combined #RewriteEngine on #RewriteCond %{SERVER_NAME} =knoblycream.com [OR] #RewriteCond %{SERVER_NAME} =cream [OR] #RewriteCond %{SERVER_NAME} =www.knoblycream.com #RewriteRule ^ https://%{SERVER_NAME}%{REQUEST_URI} [END,NE,R=permanent] Include /etc/letsencrypt/options-ssl-apache.conf ServerAlias nextelement.knoblycream.com SSLCertificateFile /etc/letsencrypt/live/knoblycream.com/fullchain.pem SSLCertificateKeyFile /etc/letsencrypt/live/knoblycream.com/privkey.pem </VirtualHost> </IfModule> <IfModule mod_ssl.c> <VirtualHost *:80> ServerAdmin webmaster@localhost ServerName cream ServerAlias knoblycream.com www.knoblycream.com nextelement.knoblycream.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 %{SERVER_NAME} =cream [OR] # RewriteCond %{SERVER_NAME} =knoblycream.com [OR] # RewriteCond %{SERVER_NAME} =www.knoblycream.com # RewriteRule ^ https://%{SERVER_NAME}%{REQUEST_URI} [END,NE,R=permanent] </VirtualHost> </IfModule>