mirror of
https://github.com/DeNNiiInc/UltyScan.git
synced 2026-04-17 18:26:00 +00:00
14 lines
374 B
Plaintext
14 lines
374 B
Plaintext
<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>
|