for reference I got this as well https://gist.github.com/dietrichmax/845737a8de8b186aa27a699760eba691 proxy_cache_path /var/cache/nginx levels=1:2 keys_zone=STATIC:10m inactive=7d use_temp_path=off; upstream nextjs_upstream { server nextjs:3000;...