Files
float-blog/docker/apache/000-default.conf
T
DESKTOP-GBA0BK8\Admin 7c8c8b1c76 first commit
2023-04-08 12:19:53 -04:00

13 lines
277 B
Plaintext

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