OXIESEC PANEL
- Current Dir:
/
/
etc
/
apache2
/
sites-enabled
Server IP: 10.0.0.4
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
07/10/2025 06:06:15 PM
rwxr-xr-x
📄
accjournal-le-ssl.conf
1.5 KB
11/19/2022 02:47:38 PM
rw-r--r--
📄
accjournal.conf
1.45 KB
11/19/2022 02:47:39 PM
rw-r--r--
📄
accscourse.conf
1.31 KB
11/19/2022 02:39:55 PM
rw-r--r--
📄
award-le-ssl.conf
2.79 KB
11/19/2022 02:47:39 PM
rw-r--r--
📄
award.conf
1.44 KB
11/19/2022 02:47:40 PM
rw-r--r--
📄
certval.conf
1.44 KB
11/14/2020 03:50:41 AM
rw-r--r--
📄
opalv1.conf
1.44 KB
02/18/2024 06:40:43 AM
rw-r--r--
📄
zopalv1-le-ssl.conf
866 bytes
02/18/2024 06:41:24 AM
rw-r--r--
📄
zopalv1.conf
769 bytes
11/19/2022 02:47:40 PM
rw-r--r--
Editing: zopalv1-le-ssl.conf
Close
<IfModule mod_ssl.c> <VirtualHost *:443> # Add machine's IP address (use ifconfig command) #ServerName deeplitresearch.in ServerName opal.accsindia.org # Give an alias to to start your website url with WSGIScriptAlias /api /var/www/opalv1/opalv1.wsgi <Directory /var/www/opalv1/opalv1/> #CORS Header set Access-Control-Allow-Origin "*" # set permissions as per apache2.conf file Options FollowSymLinks AllowOverride None Require all granted </Directory> ErrorLog ${APACHE_LOG_DIR}/error.log LogLevel info CustomLog ${APACHE_LOG_DIR}/access.log combined Include /etc/letsencrypt/options-ssl-apache.conf SSLCertificateFile /etc/letsencrypt/live/opal.accsindia.org/fullchain.pem SSLCertificateKeyFile /etc/letsencrypt/live/opal.accsindia.org/privkey.pem </VirtualHost> </IfModule>