Fixed TODO list
This commit is contained in:
18
TODO.md
Normal file
18
TODO.md
Normal file
@@ -0,0 +1,18 @@
|
||||
# LEMP Stack Improvements
|
||||
|
||||
### PHP-FPM Pools
|
||||
- [ ] Copy custom pools from host to `/etc/php/8.2/fpm/pool.d/`
|
||||
- Ensure host-mounted pools override defaults
|
||||
- Add validation to check pool syntax on startup
|
||||
|
||||
## System Configuration
|
||||
- [ ] Optimize package installation:
|
||||
- Skip `apt-get update` when installing downloaded packages
|
||||
- Delete existing `.conf` files before PHP install to prevent `dpkg` prompts
|
||||
- [ ] Configure system locales (e.g., `en_US.UTF-8`)
|
||||
|
||||
## Technical Debt
|
||||
- [ ] Code refactor:
|
||||
- Modularize Dockerfiles (base vs. production)
|
||||
- Implement health checks for services
|
||||
- Clean up obsolete scripts
|
Reference in New Issue
Block a user