c11b9c8be9
Build & Deploy / build-and-deploy (push) Successful in 51s
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.