Commit Graph

4 Commits

Author SHA1 Message Date
hikari aff5a966c6 chore: remove unused default files and clean up comments
Security Scan and Upload / Security & DefectDojo Upload (pull_request) Successful in 58s
Deletes conf.d/default.conf, snippets/snakeoil.conf, and
snippets/fastcgi-php.conf (all stock example files not used in
production). Strips all commented-out lines and the mail block from
nginx.conf, and drops TLSv1/TLSv1.1 from ssl_protocols. Cleans
sites-available/default down to just the functional catch-all.
2026-03-03 16:04:01 -08:00
hikari 37402ce0f4 refactor: extract custom nginx.conf settings into conf.d files
Security Scan and Upload / Security & DefectDojo Upload (pull_request) Successful in 1m6s
Moves custom log formats to conf.d/logging.conf and the
server_names_hash_bucket_size tweak to conf.d/tuning.conf,
leaving nginx.conf as close to stock as possible.
2026-03-03 15:45:16 -08:00
hikari 222e0f5a41 refactor: split monolithic server.conf into per-app config files
Moves all server blocks out of conf.d/server.conf into individual
files under sites-available/, grouped by logical application. Each
file is symlinked into sites-enabled/ to enable it. The old
server.conf is removed.
2026-03-03 15:38:48 -08:00
naomi 243f2d4a18 feat: new structure 2026-03-03 15:15:37 -08:00