Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

nginx反向代理,IP限制对话次数那个会失效 #980

Closed
oabu opened this issue Mar 28, 2023 · 1 comment
Closed

nginx反向代理,IP限制对话次数那个会失效 #980

oabu opened this issue Mar 28, 2023 · 1 comment

Comments

@oabu
Copy link

oabu commented Mar 28, 2023

nginx上已经设置好了
proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_set_header REMOTE-HOST $remote_addr;
但还是一到限制量,全部用户都被限制
怀疑是js的代码,获取真实IP的代码没写对。

@fzucs
Copy link

fzucs commented Mar 29, 2023

参考#863

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants