-
Run Pyramid under a web path instead of the root
Background Running Pyramid from a path is sometimes required (e.g., https://mysite.com/pyramid) instead of the root (e.g. https://mysite.com). In embedding scenarios,…
-
Terminate SSL on AWS Amazon Load Balancers (ALB)
Background AWS ALB (and possibly other load balancers/reverse proxies) terminate SSL at the load balancer level and communicate with backend servers (Pyramid) over HTTP.…