OXIESEC PANEL
- Current Dir:
/
/
etc
/
apache2
/
sites-enabled
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
06/17/2025 04:22:05 PM
rwxr-xr-x
📁
bk
-
06/04/2025 05:03:17 AM
rwxr-xr-x
📁
bk2
-
02/05/2024 06:27:19 AM
rwxr-xr-x
📄
cream-le-ssl.conf
647 bytes
06/13/2025 05:58:27 AM
rw-r--r--
📄
cream.conf
596 bytes
06/13/2025 05:17:32 AM
rw-r--r--
📄
read-le-ssl.conf
531 bytes
08/15/2024 09:44:16 AM
rw-r--r--
📄
read.conf
416 bytes
08/15/2024 09:43:56 AM
rw-r--r--
Editing: cream-le-ssl.conf
Close
<IfModule mod_ssl.c> <VirtualHost *:443> ServerAdmin webmaster@localhost ServerName knoblycream.com ServerAlias www.knoblycream.com *.knoblycream.com DocumentRoot /var/www/cream # Block IP <Directory /var/www/cream> Order Deny,Allow # Deny from 4.227.36.59 Allow from all </Directory> ErrorLog ${APACHE_LOG_DIR}/error.log CustomLog ${APACHE_LOG_DIR}/access.log combined Include /etc/letsencrypt/options-ssl-apache.conf SSLCertificateFile /etc/letsencrypt/live/knoblycream.com-0001/fullchain.pem SSLCertificateKeyFile /etc/letsencrypt/live/knoblycream.com-0001/privkey.pem </VirtualHost> </IfModule>