ManagementSystem/BACKEND/.docker/apache.conf

9 lines
223 B
ApacheConf
Executable File

<VirtualHost *:80>
DocumentRoot "/var/www/html/public"
<Directory "/var/www/html/public">
Options Indexes FollowSymLinks
AllowOverride All
Require all granted
</Directory>
</VirtualHost>