@@ -250,17 +250,16 @@ BASE_DIR="/path/nginx_proxy_script/data"
250250├── 📁 backups/ # Backup directories
251251│ └── 📁 [IP]_[PORT]/ # NPM Instance (IP:PORT)
252252│ ├── 📁 .access_lists/ # Access Lists configurations
253- │ ├── 📁 .proxy_configs/ # Proxy configurations
254- │ │ └── 📁 proxy_[ID]_[DOMAIN]/ # Directory for each proxy
255- │ │ ├── 📄 proxy_config.json # Proxy configuration
256- │ │ ├── 📄 nginx.conf # Nginx configuration
257- │ │ ├── 📄 access.log # Access logs
258- │ │ ├── 📄 error.log # Error logs
259- │ │ ├── 📄 ssl_certificate.json # SSL certificate data
260- │ │ ├── 📄 certificate.pem # Certificate
261- │ │ ├── 📄 private.key # Private key
262- │ │ └── 📄 chain.pem # Chain of certificates
263253│ ├── 📁 .Proxy_Hosts/ # Host configurations
254+ │ │ ├── 📁 [DOMAIN]/ # Directory for each domain
255+ │ │ │ ├── 📁 logs/ # Log directory
256+ │ │ │ ├── 📁 ssl/ # SSL directory
257+ │ │ │ │ ├── 📄 certificate_meta.json # Certificate metadata
258+ │ │ │ │ ├── 📄 certificate.pem # Certificate
259+ │ │ │ │ ├── 📄 chain.pem # Chain of certificates
260+ │ │ │ │ └── 📄 private.key # Private key
261+ │ │ │ ├── 📄 nginx.conf # Nginx configuration
262+ │ │ │ └── 📄 proxy_config.json # Proxy configuration
264263│ │ ├── 📄 all_hosts_[DATE].json # List of all hosts
265264│ │ └── 📄 all_hosts_latest.json # Symlink to latest backup
266265│ ├── 📁 .settings/ # NPM settings
@@ -272,7 +271,6 @@ BASE_DIR="/path/nginx_proxy_script/data"
272271└── 📁 token/ # Token directory
273272 ├── 📄 token_[IP]_[PORT].txt # Authentication token
274273 └── 📄 expiry_[IP]_[PORT].txt # Token expiry date
275-
276274```
277275
278276#### update
0 commit comments