Add nginx config parser utilities #31

Merged
wagesj45 merged 1 commit from codex/create-nginx_config-utility-module into main 2025-07-19 01:51:04 -05:00
wagesj45 commented 2025-07-19 01:50:28 -05:00 (Migrated from github.com)

Summary

  • add scripts/nginx_config.py with helpers to discover and parse nginx configs
  • document usage and handle missing files gracefully
  • test recursive discovery and server parsing

Testing

  • pytest -q

https://chatgpt.com/codex/tasks/task_e_687b3f1c2b64832f9b3348c81662e6ca

## Summary - add `scripts/nginx_config.py` with helpers to discover and parse nginx configs - document usage and handle missing files gracefully - test recursive discovery and server parsing ## Testing - `pytest -q` ------ https://chatgpt.com/codex/tasks/task_e_687b3f1c2b64832f9b3348c81662e6ca
Sign in to join this conversation.
No description provided.