OXIESEC PANEL
- Current Dir:
/
/
var
/
lib
/
letsencrypt
/
backups
/
1644654104.9069586
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
423 bytes
02/12/2022 08:21:44 AM
rw-r--r--
📄
FILEPATHS
46 bytes
02/12/2022 08:21:44 AM
rw-r--r--
📄
NEW_FILES
46 bytes
02/12/2022 08:21:44 AM
rw-r--r--
📄
opalv1-le-ssl.conf_0
667 bytes
02/12/2022 08:21:44 AM
rw-r--r--
Editing: opalv1-le-ssl.conf_0
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>