Files
WrenchBoradWeb/www-api/docker/apache/000-default.conf
T
2022-11-17 20:35:06 -05:00

11 lines
259 B
Plaintext

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