Clean up nginx conf.d: remove dead configs, gitignore generated files, fix templates
Remove V1 legacy configs (admin.conf, public.conf) and orphaned backup that were never used by the container. Stop tracking generated .conf files (built from *.template by envsubst at startup). Backport improvements to templates: variable proxy_pass for media-api (fixes startup crash when container is down), extended bot detection list, and mkdocs-proxy location for volunteer map docs. Bunker Admin
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -38,6 +38,9 @@ node_modules/
|
||||
# Media files (managed by Docker volumes, not git)
|
||||
/media/
|
||||
|
||||
# Nginx generated configs (built from *.template at container startup)
|
||||
nginx/conf.d/*.conf
|
||||
|
||||
# Ansible per-instance override (generated by Bunker Ops)
|
||||
docker-compose.override.yml
|
||||
|
||||
|
||||
Reference in New Issue
Block a user