mirror of
https://github.com/DeNNiiInc/UltyScan.git
synced 2026-04-17 18:26:00 +00:00
Configure Apache to listen on port 8888 for UltyScan
This commit is contained in:
13
webui/ultyscan.conf
Normal file
13
webui/ultyscan.conf
Normal file
@@ -0,0 +1,13 @@
|
||||
<VirtualHost *:8888>
|
||||
ServerAdmin webmaster@localhost
|
||||
DocumentRoot /var/www/html/ultyscan
|
||||
|
||||
<Directory /var/www/html/ultyscan>
|
||||
Options Indexes FollowSymLinks
|
||||
AllowOverride All
|
||||
Require all granted
|
||||
</Directory>
|
||||
|
||||
ErrorLog ${APACHE_LOG_DIR}/ultyscan_error.log
|
||||
CustomLog ${APACHE_LOG_DIR}/ultyscan_access.log combined
|
||||
</VirtualHost>
|
||||
Reference in New Issue
Block a user