Add matrix, cloud, gitea

This commit is contained in:
2026-01-14 10:33:07 -06:00
parent e340288d49
commit 9ca1667a31
24 changed files with 356 additions and 102 deletions

View File

@@ -1,12 +0,0 @@
server {
listen 80;
server_name domain.dynnamn.ru domain2.dynnamn.ru;
location /.well-known/acme-challenge/ {
root /var/www/certbot;
}
location / {
return 200 "Hello HTTP!";
}
}