Commit graph

17 commits

Author SHA1 Message Date
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
9e139fd422
fix remove leftover 2025-06-22 10:03:38 +02:00
187b0440c8
nginx use expected dirs and allow websockets in proxy pass 2025-06-22 09:49:27 +02:00
a3ba06bcb0
pipes -> shlex 2024-11-23 09:52:58 +01:00
d62e609863
faster better dhparams that actually get used 2024-06-05 21:34:28 +02:00
789897acf6
nginx: more managed, hopefully survives updates 2023-07-28 02:34:37 +02:00
407318445d
nginx-rtmps 2022-12-05 16:26:50 +01:00
mwiegand
9ef958d935 new opanhab raspi 2021-11-10 01:25:48 +01:00
mwiegand
12ce4b20c2 wip 2021-07-08 10:14:33 +02:00
mwiegand
0d734655fe wip 2021-07-08 02:15:49 +02:00
mwiegand
e2eb7c067f wip 2021-07-07 01:18:20 +02:00
mwiegand
4150a3fb4d wip 2021-07-07 01:02:22 +02:00
mwiegand
b8127713d9 wip 2021-07-05 23:07:14 +02:00
mwiegand
a15bdfa95f wip 2021-07-05 22:42:42 +02:00
mwiegand
3a04293007 wip 2021-06-26 13:58:35 +02:00
mwiegand
72581c28ec wip 2021-06-14 01:31:45 +02:00
mwiegand
2ef06345eb wip 2021-06-13 15:40:33 +02:00