Introduction to Nginx: history, features, and benefits. HTTP fundamentals: request and response cycle, common methods and headers. Comparison of Nginx with other web servers. Installing Nginx on a ...
In /etc/nginx/ssl directory: $ openssl req -x509 -nodes -days 365 -newkey rsa:2048 -keyout /etc/nginx/ssl/private.key -out /etc/nginx/ssl/public.pem ...