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

@@ -0,0 +1,11 @@
server {
listen 80;
server_name membank.xyz;
root /usr/share/nginx/html/membank;
index index.html;
location / {
try_files $uri $uri/ =404;
}
}