登录增加最后登录时间地点,登录失败增加重试间隔

This commit is contained in:
hanhh
2021-08-22 01:22:23 +08:00
parent 7040f02823
commit 6894bd9c0e
9 changed files with 365 additions and 69 deletions
+3
View File
@@ -8,6 +8,9 @@ server {
ssl_session_timeout 5m;
location /api {
proxy_set_header Host $http_host;
proxy_set_header X-Real-IP $remote_addr;
   proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_pass http://api;
}