Categories
Tech

Nginx SSL Reverse Proxy

Short version sudo apt install nginx -y Create a .conf file in /etc/nginx/conf.d/ See full config section for template sudo nginx -t sudo systemctl reload nginx The example in this post uses test.acceptdefaults.com running nginx 1.18.0 on Ubuntu 22.04. You may need to change commands/paths based on your distro. Install Update system sudo apt update […]