#nginx
Read more stories on Hashnode
Articles with this tag
Catch-all for Port 80 (http://) server { listen 80 default_server; server_name _; return 404; } Catch-all for Port 443 (https://) First...
First Thing first sudo add-apt-repository ppa:certbot/certbot sudo apt-get update On Nginx Server sudo apt-get install python3-certbot-nginx sudo...
Nginx pronounced like "engine-ex" is a web server that can also be used for reverse proxy, load balancing, mail proxy and HTTP caching. I heavily use...