mirror of
https://github.com/Karaka-Management/Build.git
synced 2026-01-11 11:48:40 +00:00
Create oms.conf
This commit is contained in:
parent
1f1eb567f9
commit
074a2e327f
13
VM/oms.conf
Normal file
13
VM/oms.conf
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
<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>
|
||||
Loading…
Reference in New Issue
Block a user