Config
Structure
config
├── health-app/
│ ├── external/
│ └── index.php
│ ├── flag/
│ └── flag.txt
│ ├── internal/
│ ├── index.php
│ └── monitor.php
│ └── Dockerfile
└── nginx-proxy/
├── Dockerfile
└── nginx.confSolution
Last updated