work in progress

This commit is contained in:
root
2025-11-16 23:45:16 +01:00
parent 4970352314
commit 24c11e8810
50 changed files with 243 additions and 1413 deletions

View File

@@ -1,3 +1,9 @@
upstream gitea {
zone gitea 1m;
server 127.0.0.1:3000;
keepalive 16;
}
server {
listen 443 quic;