Re: [pylons-discuss] Best practices for running Pyramid (docker) and nginx (host) deployment

2021-12-19 Thread Gerhard Schmidt
Hi Jens, you must edit setting at two places in the nginx server definition you must add proxy_set_headerHost $host; proxy_set_headerX-Real-IP $remote_addr; proxy_set_headerX-Forwarded-For $proxy_add_x_forwarded_for; proxy_set_headerX-Forwarded-Proto $scheme;

Re: [pylons-discuss] Best practices for running Pyramid (docker) and nginx (host) deployment

2021-12-19 Thread Steve Piercy
Does Sentry monitor what you want? https://docs.sentry.io/platforms/python/guides/pyramid/ --steve On 12/19/21 4:22 PM, Jens Troeger wrote: Oh, and more question… Monitoring. For example, to monitor Dramatiq ’s asynchronous workers it provides a middleware

Re: [pylons-discuss] Best practices for running Pyramid (docker) and nginx (host) deployment

2021-12-19 Thread Jens Troeger
Oh, and more question… Monitoring. For example, to monitor Dramatiq ’s asynchronous workers it provides a middleware for Prometheus to gather metrics. What’s does the community