Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 557 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 557 Bytes

nginx-django

django project deployed with nginx on docker machine

References:

1. http://nginx.org/en/docs/http/ngx_http_proxy_module.html
2. https://www.docker.com/
3. http://nginx.org/en/docs/syntax.html#:~:text=Sizes%20can%20be%20specified%20in,using%20g%20or%20G%20suffixes.
4. https://medium.com/tech-it-out/massively-scalable-content-caching-with-nginx-d607ec4024af#:~:text=It%20can%20have%20a%20maximum,value%20of%20the%20levels%20parameter.
5. nginx.com/products/nginx/compare-models/
6. https://docs.djangoproject.com/en/4.0/topics/cache/