How to server HTTP/2 Protocol with django
问题 I am planing to deploy my django project with HTTP/2 protocol but I unable to find the proper way how can I server my django based website with HTTP/2, the only thing that I find is hyper-h2. I read the documentation but unable to setup the connections. If anybody know how to server django on HTTP/2. 回答1: You can do with Nginx proxy if you have existing nginx config. you do by just adding a word . http2 in listen listen 443 ssl http2 default_server; full document avaliable in https://www