Posts in 2020
-
Sphinx-doc 101
Last Update: in Posts
An introduction to sphinx-doc, a documentation tool that makes it easy to create intelligent and beautiful documentation.
Sphinx is a documentation generator that makes it easy to create intelligent and beautiful documentation. Sphinx was originally created for the Python documentation, then it extend to support many other languages. It use reStructuredText format to …
Posts in 2019
-
NGINX Reverse Proxy
Last Update: in Posts
NGINX reverse proxy configuration troubleshooting notes.
The difference between a proxy server and a reverse proxy server A common question is what’s the difference between a proxy server and a reverse proxy server? An ordinary forward proxy is an intermediate server that sits between the client and …