diff --git a/README-he.md b/README-he.md index e435b85d..e902c68c 100644 --- a/README-he.md +++ b/README-he.md @@ -172,7 +172,7 @@
  • גדילה אופקית (horizontal)
  • -
  • פרוקסי 'הפוך' (Reverse Proxy) +
  • פרוקסי הפוך (Reverse Proxy) @@ -1093,3 +1093,56 @@ Pull CDN מתאים לאתרים עתירי תעבורה, שכן העומס מת - [ELB listener config](http://docs.aws.amazon.com/elasticloadbalancing/latest/classic/elb-listener-config.html) + +## פרוקסי הפוך (Reverse Proxy) + +
    + +פרוקסי הפוך הוא שרת אינטרנט המרכז שירותים פנימיים ומספק ממשק אחיד החוצה. בקשות שמגיעות מלקוחות מועברות לשרת ה-backend המסוגל לטפל בהן, ולאחר מכן הפרוקסי מחזיר ללקוח את תגובת השרת. + +יתרונות הכלולים בצורה זו: + + + +### מאזן עומסים לעומת פרוקסי הפוך + + + +### חסרונות: פרוקסי הפוך + + + +### מקורות וקריאה נוספת + +- [Reverse proxy vs load balancer](https://www.nginx.com/resources/glossary/reverse-proxy-vs-load-balancer/) +- [NGINX architecture](https://www.nginx.com/blog/inside-nginx-how-we-designed-for-performance-scale/) +- [HAProxy architecture guide](http://www.haproxy.org/download/1.2/doc/architecture.txt) +- [Wikipedia](https://en.wikipedia.org/wiki/Reverse_proxy) + +