11 lines
272 B
Plaintext
11 lines
272 B
Plaintext
<VirtualHost *:80>
|
|
ServerAdmin works@chiefsoft.com
|
|
ServerName oameye.works.wrenchboard.com
|
|
DocumentRoot /var/www/html/public
|
|
|
|
<Directory /var/www/html>
|
|
Options Indexes FollowSymLinks
|
|
AllowOverride All
|
|
Require all granted
|
|
</Directory>
|
|
</VirtualHost> |