740 B
740 B
Nginx Proxy Manager Info
Instructions:
- Use for controlling paths/subdomains in cloudflare tunnel
- Access WebUI on port 81
Contents:
nginx/
├── data/
├── docker-compose.yml
├── .env
├── .gitignore
├── letsencrypt/
└── README.md
File Descrptions:
data/: Nginx Datadocker-compose.yml: Compose file.env: Environment Variables.gitignore: Git Ignore fileletsencrypt/: Letsencrypt DataREADME.md: Documentation
Environmet Variables:
- None
Ignored Files:
data/: Persistant Data.env: Environment Variablesletsencrypt/: Potentially sensitive data