Skip to content

Commit

Permalink
feat: Add wechat verify
Browse files Browse the repository at this point in the history
  • Loading branch information
wojiushixiaobai committed Jun 25, 2024
1 parent 7783ce3 commit bb656e9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions default.conf
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ server {

client_max_body_size 5000m;

location ~* ^/WW_verify_[^.]+\.txt$ {
root /opt/jumpserver/data/;
}

location = /robots.txt {
default_type text/html;
add_header Content-Type "text/plain; charset=UTF-8";
Expand Down

0 comments on commit bb656e9

Please sign in to comment.