removed unused apache.conf

This commit is contained in:
Jonas Leder 2020-12-30 22:23:48 +01:00
parent af783ce98b
commit cba135afd4

View file

@ -1,10 +0,0 @@
<VirtualHost *:80>
ServerAdmin webmaster@localhost
DocumentRoot /var/www/public
<Directory /var/www>
Options Indexes FollowSymLinks
AllowOverride All
Require all granted
</Directory>
</VirtualHost>