Archivo del Autor: carlosap

Cloudflare and nginx: Too many redirects

After Cloudflare CDN is setup in front of Nginx server. Clients don’t have direct access to Nginx anymore. The content is fetched by the intermedia proxy provided by Cloudflare. The cause of the problem is this very proxy doesn’t follow redirection set on Nginx. Or you can deem it’s hardcoded. Unlike a web browser who follows the… Leer más: Cloudflare and nginx: Too many redirects »

Opening port 80 on Oracle Cloud Infrastructure ubuntu node

disable iptables systemctl disable iptables systemctl stop iptables I figured it out. The connectivity issue was due to Oracle’s default use of iptables on all Oracle-provided images. Literally the very first thing I did when spinning up this instance was check ufw, presuming there were a few firewall restrictions in place. The ufw status was inactive, so I… Leer más: Opening port 80 on Oracle Cloud Infrastructure ubuntu node »

Windows on Cloud hetzner

Windows on Cloud Last change on 2021-10-19 • Created on 2020-01-20 Is it possible to install Windows with my own license? Yes, but it must be done manually. For this, the CD/DVD images can be used. What versions are available? Microsoft provides both desktop and server versions of Windows. On Hetzner Cloud, only server versions are… Leer más: Windows on Cloud hetzner »

Instalando un servidor TURN e integrándolo con Nextcloud

En este post instalaremos el servicio TURN para permitir usar Talk desde el exterior de nuestra organización, si queremos que nuestros usuarios puedan usar videoconferencias desde Internet directamente. Como sabemos las vídeo llamadas de Talk únicamente funcionan en el mismo segmento de red que el servidor y si necesitamos acceder desde otra red necesitaremos un… Leer más: Instalando un servidor TURN e integrándolo con Nextcloud »