chore: update nginx config, add oneapi, verification pages and codebuddy skills
This commit is contained in:
11
nginx/conf.d/membank-xyz.conf
Normal file
11
nginx/conf.d/membank-xyz.conf
Normal 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;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user