This website requires JavaScript.
Explore
Help
Sign in
mirrors
/
etherpad-lite
Watch
1
Star
0
Fork
You've already forked etherpad-lite
0
mirror of
https://github.com/ether/etherpad-lite.git
synced
2025-04-25 09:56:15 -04:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
9
2448fb8e41
etherpad-lite
/
src
/
tests
/
ratelimit
/
Dockerfile.nginx
3 lines
71 B
Text
Raw
Normal View
History
Unescape
Escape
security: Support proxy with rate limiting and include CI test coverage for nginx rev proxy (#4373) Previously Etherpad would not pass the correct client IP address through and this caused the rate limiter to limit users behind reverse proxies. This change allows Etherpad to use a client IP passed from a reverse proxy. Note to devs: This header can be spoofed and spoofing the header could be used in an attack. To mitigate additional *steps should be taken by Etherpad site admins IE doing rate limiting at proxy.* This only really applies to large scale deployments but it's worth noting.
2020-10-01 11:39:01 +02:00
FROM nginx
restructure: Prefix `bin/` and `tests/` with `src/` This is a follow-up to commit 2ea8ea12754c92ea06f22428f1e86341dcf00d99.
2021-02-04 18:43:27 -05:00
COPY ./src/tests/ratelimit/nginx.conf /etc/nginx/nginx.conf
Reference in a new issue
Copy permalink