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

@@ -19,7 +19,9 @@ server {
ssl_certificate_key /etc/letsencrypt/live/domain.dynnamn.ru/privkey.pem;
location / {
return 200 "Hello world!";
charset utf-8;
default_type text/plain;
return 200 "Hello domain.dynnamn.ru!";
# proxy_pass http://your_app_container:port;
# proxy_set_header Host $host;
}

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!";
}
}