Adjusted provider page

This commit is contained in:
Olu Amey
2021-08-05 16:43:57 -04:00
parent 4fbebae40a
commit be8b41ad29
4 changed files with 17 additions and 2 deletions
+11
View File
@@ -0,0 +1,11 @@
<VirtualHost *:80>
ServerAdmin works@chiefsoft.com
ServerName wwwlocaldev.mermsemr.com
DocumentRoot /var/www/html/public
<Directory /var/www/html>
Options Indexes FollowSymLinks
AllowOverride All
Require all granted
</Directory>
</VirtualHost>