OXIESEC PANEL
- Current Dir:
/
/
var
/
lib
/
letsencrypt
/
backups
/
1668869260.5980885
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
402 bytes
11/19/2022 02:47:40 PM
rw-r--r--
📄
FILEPATHS
120 bytes
11/19/2022 02:47:40 PM
rw-r--r--
📄
accjournal.conf_0
1.31 KB
11/19/2022 02:40:16 PM
rw-r--r--
📄
award.conf_1
1.3 KB
11/19/2022 02:40:50 PM
rw-r--r--
📄
opalv1.conf_2
633 bytes
11/19/2022 02:41:23 PM
rw-r--r--
Editing: opalv1.conf_2
Close
<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>