init: alpine base git server

This commit is contained in:
2025-07-12 17:19:14 +08:00
commit 6968343da2
11 changed files with 354 additions and 0 deletions

View File

@ -0,0 +1,6 @@
server {
listen 80 default;
server_name _;
return 404;
}