bundlewrap/bundles/nginx
CroneKorkN d49259ff07
nginx: move 80.conf to sites-available so it's actually included
The bundle was shipping 80.conf (HTTP-to-HTTPS redirect + acme-challenge
alias) to /etc/nginx/sites/80.conf, but nginx.conf only `include`s
/etc/nginx/sites-enabled/* (which is a symlink to sites-available).
The file was orphaned — no node had a working port-80 listener.

Move the destination to /etc/nginx/sites-available/80.conf so the
existing sites-enabled symlink picks it up. The /etc/nginx purge will
clean up any stale /etc/nginx/sites/80.conf on existing hosts.
2026-05-10 19:59:17 +02:00
..
files nginx use expected dirs and allow websockets in proxy pass 2025-06-22 09:49:27 +02:00
items.py nginx: move 80.conf to sites-available so it's actually included 2026-05-10 19:59:17 +02:00
metadata.py yurlls fix monitoring and use dehydrated certs 2025-06-29 14:46:39 +02:00