diff --git a/web.txt b/web.txt
index d254455..61714ba 100644
--- a/web.txt
+++ b/web.txt
@@ -1,4 +1,5 @@
1.如何设置nginx代理,包括https。
+示例位置:/etc/nginx/nginx.conf
nginx 在 http 下设置如下内容
server {
listen 443 ssl;
@@ -23,7 +24,8 @@ server {
}
2.网页中插入一个备案号示例:
-xx号-1
+示例位置:/var/lib/gitea/custom/templates/custom/extra_links.tmpl
+豫ICP备2021023625号-1
3.记一次cppreference nginx设置
cppreference目录结构如下:
root -->