How can I install the man 5 page for nginx.conf? It seems that this hasn't been made available when I installed the webserver through my package manager apt (apt install nginx-full).
Operating System: Ubuntu 18.04.5 LTS
root@host1:~# apropos nginx
nginx (8) - "HTTP and reverse proxy server, mail proxy server"
I am studying for the LFCS exam. Man pages are allowed. Most study materials teach things falling under the category Configure an HTTP server with apache2. I prefer to use nginx but admittedly look up the directives online. This can't be don't during the exam. So either there is a one-shot command to make the man page locally available or I am pretty lost ;).
apt-get install --reinstall doesn't make the man page available either.