demo for integration nginx http2 server push feature with django
docker-compose up
- nginx v1.13.9 support server push (see https://www.nginx.com/blog/nginx-1-13-9-http2-server-push/)
- enable server push in upstream (see dockerfile/nginx/conf/default.conf)
- mark resource which need to be server push in template (see applications/demo/templates/index.html)
- add link header through middleware (see applications/demo/middlewares.py)