Add hty sudoer token check (#34)

* add jwt token verify

* add jwt sudoer token chek
This commit is contained in:
XiaoLi
2021-11-27 09:07:11 +08:00
committed by GitHub
parent d102591cf3
commit 75fb44a268
2 changed files with 63 additions and 5 deletions
+1
View File
@@ -49,6 +49,7 @@ server {
# ➤ sudo chown (whoami) /usr/local/file_upload
set $tmp_file_dir "/usr/local/file_upload"; # 文件存储路径
set $task_server "http://127.0.0.1:8080"; # task server host
set $hty_uc_host "http://127.0.0.1:8088"; #htyuc host
#set $resty_loc "/usr/local/openresty";