multisite examples and certbot renew fix

This commit is contained in:
bunkerity
2020-11-13 15:10:29 +01:00
parent 1abe1da89e
commit 8cdc155ac0
14 changed files with 272 additions and 17 deletions

View File

@@ -0,0 +1,5 @@
<?php
echo "hello from app1 !";
?>

View File

@@ -0,0 +1,5 @@
<?php
echo "hello from app2 !";
?>