Tag Archives: NGINX – How-To
nginx cannot load certificate fullchain.pem – Certbot Fix
The nginx cannot load certificate path/fullchain.pem error appears when we test the NGINX service after deleting Let's Encrypt certificates ge...
How To Fix nginx: [warn] the “ssl” directive is deprecated (Nginx / VestaCP)
"nginx: the "ssl" directive is deprecated, use the "listen ... ssl" directive instead in example.com.nginx.ssl.conf" este o alerta des...
How do you activate TLSV1.3 on ninx. Vestacp / Centos or Ubuntu
In this tutorial you will learn how to enable TLSv1.3 on NGINX. What does TLSv 1.3 mean, what does it help and why do you need it on your webserver as TLS s...
Fix NGINX Error: could not allocate new session in SSL session shared cache “le_nginx_SSL” while SSL handshaking
A typical error of web servers with NGINX and Certbot, which I recently discovered in error.log:
[alert] 19765#19765: *151498 ...
[Fix] nginx: [emerg] “load_module” directive is specified too late in nginx.conf
Installing the modules for Apache and NGINX requires changes to the configuration files. nginx.conf, in our case.
For u...
What is and how we block the access of a user agent (bot or browser) on a website [nginx tips]
First of all, let's see in broad terms what this user-agent of an Internet browser is and what it is used for.
What is User Agent (or...