diff --git a/config/nginx/conf.d/xuqm.conf b/config/nginx/conf.d/xuqm.conf index 0d9661c..65cf4cf 100644 --- a/config/nginx/conf.d/xuqm.conf +++ b/config/nginx/conf.d/xuqm.conf @@ -79,8 +79,8 @@ server { proxy_send_timeout 300s; } - # 一键更新:docker pull 可能耗时数分钟,需要更长超时(精确匹配,优先于 /api/ 前缀) - location = /api/system/update { + # 一键更新/重置:操作耗时较长,需要更长超时(精确匹配,优先于 /api/ 前缀) + location ~ ^/api/system/(update|reset)$ { set $svc tenant-service; proxy_pass http://$svc:9001; proxy_set_header Host $host;