added apache CatchAll

This commit is contained in:
2020-08-21 13:09:20 +00:00
parent 7f6c43d587
commit 85d770b8db

View File

@@ -0,0 +1,8 @@
<VirtualHost *:80>
DocumentRoot /var/www/html
ServerName localhost
ServerAlias "*"
ErrorLog /dev/null
CustomLog /dev/null common
</VirtualHost>