usegalaxy-playbook
usegalaxy-playbook copied to clipboard
cache big and almost static API endpoints in nginx
Looks like the same cache options exist for the uwsgi module: https://nginx.org/en/docs/http/ngx_http_uwsgi_module.html
@natefoo what do you think is a better option for these endpoints?
I guess it depends how you proxy, the config here is for a cloud instance that tunnels requests via ssh to another nginx instance.
@martenson not sure I understand.
oh it is the nginx uwsgi module you linked, I thought it is an uwsgi module for caching :)