Explore >> Select a destination


You are here

thomascfoulds.com
| | www.christopherburg.com
2.4 parsecs away

Travel
| | [AI summary] The author details their transition from a complex Nginx configuration to the much simpler Caddy reverse proxy for their self-hosted network.
| | pikseladam.com
1.6 parsecs away

Travel
| | I was using Puma as an app server and there were no web server for my site. It is not a good thing that you don't have a web server on production environment...
| | techblog.jeppson.org
1.6 parsecs away

Travel
| | Nginx proxy manager is a really convenient UI wrapped around nginx. It covers the most common use cases very well. If you have more advanced needs, then it requires some custom configuration. In my case, I wanted to load balance my Proxmox servers. This is how you do that, as per https://nginxproxymanager.com/advanced-config/#custom-nginx-configurations and https://www.reddit.com/r/selfhosted/comments/1fp5mxz/nginx_proxy_manager_fails_when_adding_load/ In ... Continue reading Load balancing behind Nginx Proxy Manager ?
| | golb.hplar.ch
11.7 parsecs away

Travel
| [AI summary] This blog post provides a step-by-step guide on setting up a self-hosted Docker registry server on Ubuntu 20.04, including installation, firewall configuration, reverse proxy setup with Nginx, and securing the registry with TLS and basic authentication.