13 lines
291 B
Plaintext
13 lines
291 B
Plaintext
<VirtualHost *:80>
|
|
ServerAdmin works@chiefsoft.com
|
|
ServerName blogdata.mermsemr.com
|
|
DocumentRoot /var/www/html/public
|
|
|
|
PassEnv CI_ENVIRONMENT
|
|
|
|
<Directory /var/www/html>
|
|
Options Indexes FollowSymLinks
|
|
AllowOverride All
|
|
Require all granted
|
|
</Directory>
|
|
</VirtualHost> |