Théophile Gervreau-Mercier
|
942a93a3ad
|
refactor: update nginx config for new structure
- Updated posterg.conf with new directory structure
- Document root: /var/www/posterg/public
- Explicitly deny access to: /src, /templates, /config, /storage, /tests, /scripts, /docs
- Added structure diagram in comments
- Updated deploy scripts security checks
- Replaced outdated posterg.conf.reference
All non-public directories outside webroot for security.
Defense-in-depth: explicit deny rules even though paths outside /public.
|
2026-02-12 12:20:31 +01:00 |
|
Théophile Gervreau-Mercier
|
7fca85d1c1
|
refactor: rename database → storage
More semantically accurate: contains SQLite files, schema, fixtures, test data.
Updated all references in code, scripts, docs.
|
2026-02-12 12:12:58 +01:00 |
|