-
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.…
-
Handling 504 and 502 Errors in Pyramid
If you're encountering 504 or 502 error messages, the issue is likely related to the reverse proxy or load balancer sitting in front of Pyramid. These errors often occur due to timeouts that are set…