chore: update nginx config, add oneapi, verification pages and codebuddy skills

This commit is contained in:
12600k-rog-d4
2026-08-20 02:01:32 +08:00
parent 99afdbd82e
commit 1e5c48ffdd
14 changed files with 194 additions and 56 deletions

View File

@@ -1,6 +1,6 @@
server {
listen 80;
server_name gitea.membank.xyz;
server_name gitea.stonelan.cn;
client_max_body_size 200m;
location / {
proxy_pass http://gitea:3000;