Build/VM/oms.conf

14 lines
373 B
Plaintext
Executable File

<VirtualHost *:80>
ServerAdmin webmaster@localhost
DocumentRoot /home/spl1nes/Orange-Management
<Directory /home/spl1nes/Orange-Management>
Options Indexes FollowSymLinks
AllowOverride None
Require all granted
</Directory>
ErrorLog ${APACHE_LOG_DIR}/error.log
CustomLog ${APACHE_LOG_DIR}/access.log combined
</VirtualHost>