Files
svemagie c11b9c8be9
Build & Deploy / build-and-deploy (push) Successful in 51s
deploy: normalize dir perms via rsync --chmod
Fix /photos/ returning 404 — the photos dir on the server ended up mode 700
(drwx------), so nginx (running as www) could not traverse it. All URLs
under /photos/ returned 404 despite content being present.

Add -p + --chmod=Du=rwx,Dgo=rx,Fu=rw,Fgo=r so future rsyncs normalize
permissions on every transferred entry, preventing recurrence.
2026-06-08 21:50:37 +02:00
..