added apache CatchAll
This commit is contained in:
8
CoreModules/apache/config/apache2/site_999-CatchAll
Normal file
8
CoreModules/apache/config/apache2/site_999-CatchAll
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
<VirtualHost *:80>
|
||||||
|
DocumentRoot /var/www/html
|
||||||
|
ServerName localhost
|
||||||
|
ServerAlias "*"
|
||||||
|
ErrorLog /dev/null
|
||||||
|
CustomLog /dev/null common
|
||||||
|
</VirtualHost>
|
||||||
|
|
||||||
Reference in New Issue
Block a user