[pylons-discuss] How set X-Accel-Expires in add_view, add_static_view

2014-07-20 Thread Grigorii Eremeev
Hello I want use cache nginx and cache browser. For managing cache nginx i use X-Accel-Expires. For managing cache browser i use Cache-Control. Cache-Control is simple, need set parameters http_cache in add_view and cache_max_age in add_static_view. But how set X-Accel-Expires in same

[pylons-discuss] Re: What similar on Django-collectstatic for Pyramid?

2014-07-08 Thread Grigorii Eremeev
thanks for answers. Looked briefly documentation, but did not understand until the end, whether you can use this module to copy the contents of a directory like this? my apps: project/app1/static/style.css project/app2/static/style.css in console: script_based_on_webassets.py --collectstatic