nginx-error-log

Howto resolve nginx proxy manager failed to renew ssl

  I’ve been using Nginx Proxy Manager for a couple of years now. It provides free SSL with Let’s Encrypt, is designed with security in mind, and…

nginx proxy

How to forward proxy nginx to custom port

This is a sample nginx proxy config for forwarding nonstandard SSL port to other ip/domain with a custom port, not 443 standard https port server { listen…

backup proxmox

easy way to backup proxmox vm/ct

1. Access the Proxmox Web Interface: Open a web browser and navigate to the Proxmox server’s IP address or hostname, followed by port 8006 (e.g., https://192.168.1.100:8006). Log…

docker

Virtualization vs Containerization

Virtualization and containerization are both techniques used to manage and deploy applications efficiently, but they differ in their approaches and level of abstraction. Virtualization: Overview: Virtualization involves…

2023 11 30 20 09

notes for jenkins-agent using ssh

This is my note for add jenkins-agent using ssh Create new node at jenkins dashboard and setting directory for root directory file for storing your deployment Choose…

2023 11 29 05 13

The differences between on-premises, IaaS, PaaS, and FaaS

The terms “on-premises,” “IaaS” (Infrastructure as a Service), “PaaS” (Platform as a Service), and “FaaS” (Functions as a Service) refer to different deployment and service models in…