OXIESEC PANEL
- Current Dir:
/
/
var
/
lib
/
letsencrypt
/
backups
/
1668869259.248374
Server IP: 10.0.0.4
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
02/18/2024 06:41:24 AM
rwxr-xr-x
📄
CHANGES_SINCE
1.31 KB
11/19/2022 02:47:39 PM
rw-r--r--
📄
FILEPATHS
143 bytes
11/19/2022 02:47:39 PM
rw-r--r--
📄
NEW_FILES
141 bytes
11/19/2022 02:47:39 PM
rw-r--r--
📄
accjournal-le-ssl.conf_0
1.3 KB
11/19/2022 02:47:38 PM
rw-r--r--
📄
award-le-ssl.conf_1
1.49 KB
08/28/2021 09:42:36 AM
rw-r--r--
📄
opalv1-le-ssl.conf_2
667 bytes
11/19/2022 02:47:39 PM
rw-r--r--
Editing: opalv1-le-ssl.conf_2
Close
<IfModule mod_ssl.c> <VirtualHost *:80> # 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 </VirtualHost> </IfModule>