add wx verify

This commit is contained in:
moicen
2023-06-22 18:12:44 +08:00
parent f69aaff575
commit 31cabadf35
+5
View File
@@ -21,6 +21,11 @@ server {
proxy_set_header X-Forwarded-Host $remote_addr;
}
# 公众号校验 炼金工坊
location /MP_verify_Jo6pKmy43wx7S5Sh.txt {
return 200 'Jo6pKmy43wx7S5Sh';
}
root $resty_loc/nginx/html/teacher;
index index.html;
}