Files
FloatAppGate/docker/apache/000-default.conf
T
dev-chiefworks 7a0785a735 first commit
2022-03-28 20:54:28 -04:00

11 lines
261 B
Plaintext

<VirtualHost *:80>
ServerAdmin works@chiefsoft.com
ServerName svrsavvy.float.sg
DocumentRoot /var/www/html/public
<Directory /var/www/html>
Options Indexes FollowSymLinks
AllowOverride All
Require all granted
</Directory>
</VirtualHost>