Category Web Site Management

Self Hosting Nightmare

So there was a power failure at my home (where this beautiful site is hosted) and when the power came back on this website wouldn’t come up. I scoured through nginx configurations and even asked copilot and cursor to help…

Host Website in Containers

Part two: ISP, Modem / Router and Registration In part one we focused on building and installing the hardware and software needed to host a website. The article focuses on In a residential setting internet connections are provided by an…

Host Website In Containers

Part one: The gear and the software Just finished hosting this web site utilizing containers to learn a bit more about docker and docker compose. There were several great sites to move me along my way and then the pure…

Word Press Installation

Item Selection Notes Operating System Ubuntu Standard Linux installation. Database mySQL Free open source database. Web Server nginx Free open source web server. Yeah chose this ahead of Apache. Language php Standard language for web programming. Word Press will hide…

Increase File Upload Size

I was trying to determine how to increase the file upload size for a Word Press instance running on nginx. Came across the following: This site offered a means of addressing the php instance and nginx to increase file…