Below you will find pages that utilize the taxonomy term “webhosting”
April 26, 2021
Nginx reverse proxy
I can’t believe it was this easy. I always got overwhelmed by having to learn how to do a reverse proxy in Nginx (or any other capable software), but I found myself needing to do it to get this blog up and going again since I had multiple things that would need port 80 in my system. Basically something like this in my site’s config file under site-confs:
server { listen 80; root /config/www/; server_name scooterx3.