mirror of
https://github.com/whyour/qinglong.git
synced 2026-06-30 20:35:09 +08:00
登录增加最后登录时间地点,登录失败增加重试间隔
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user