Skip to content

Commit 32c5ea9

Browse files
authored
Update README.md
1 parent 06c5f0f commit 32c5ea9

File tree

1 file changed

+23
-23
lines changed

1 file changed

+23
-23
lines changed

README.md

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -246,31 +246,31 @@ BASE_DIR="/path/nginx_proxy_script/data"
246246

247247
### Schema of the backup directory:
248248
```
249-
📁 data/ # Root directory
250-
├── 📁 backups/ # Backup directories
251-
│ └── 📁 [IP]_[PORT]/ # NPM Instance (IP:PORT)
252-
│ ├── 📁 .access_lists/ # Access Lists configurations
253-
│ ├── 📁 .Proxy_Hosts/ # Host configurations
254-
│ │ ├── 📁 [DOMAIN]/ # Directory for each domain
255-
│ │ │ ├── 📁 logs/ # Log directory
256-
│ │ │ ├── 📁 ssl/ # SSL directory
257-
│ │ │ │ ├── 📄 certificate_meta.json # Certificate metadata
249+
📁 data/ # Root directory
250+
├── 📁 backups/ # Backup directories
251+
│ └── 📁 [IP]_[PORT]/ # NPM Instance (IP:PORT)
252+
│ ├── 📁 .access_lists/ # Access Lists configurations
253+
│ ├── 📁 .Proxy_Hosts/ # Host configurations
254+
│ │ ├── 📁 [DOMAIN]/ # Directory for each domain
255+
│ │ │ ├── 📁 logs/ # Log directory
256+
│ │ │ ├── 📁 ssl/ # SSL directory
257+
│ │ │ │ ├── 📄 certificate_meta.json # Certificate metadata
258258
│ │ │ │ ├── 📄 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
263-
│ │ ├── 📄 all_hosts_[DATE].json # List of all hosts
264-
│ │ └── 📄 all_hosts_latest.json # Symlink to latest backup
265-
│ ├── 📁 .settings/ # NPM settings
266-
│ ├── 📁 .ssl/ # SSL certificates
267-
│ ├── 📁 .user/ # User configurations
268-
│ ├── 📄 full_config_[DATE].json # Full backup
269-
│ └── 🔗 full_config_latest.json # Symlink to latest backup
259+
│ │ │ │ ├── 📄 chain.pem # Chain of certificates
260+
│ │ │ │ └── 📄 private.key # Private key
261+
│ │ │ ├── 📄 nginx.conf # Nginx configuration
262+
│ │ │ └── 📄 proxy_config.json # Proxy configuration
263+
│ │ ├── 📄 all_hosts_[DATE].json # List of all hosts
264+
│ │ └── 📄 all_hosts_latest.json # Symlink to latest backup
265+
│ ├── 📁 .settings/ # NPM settings
266+
│ ├── 📁 .ssl/ # SSL certificates
267+
│ ├── 📁 .user/ # User configurations
268+
│ ├── 📄 full_config_[DATE].json # Full backup
269+
│ └── 🔗 full_config_latest.json # Symlink to latest backup
270270
271-
└── 📁 token/ # Token directory
272-
├── 📄 token_[IP]_[PORT].txt # Authentication token
273-
└── 📄 expiry_[IP]_[PORT].txt # Token expiry date
271+
└── 📁 token/ # Token directory
272+
├── 📄 token_[IP]_[PORT].txt # Authentication token
273+
└── 📄 expiry_[IP]_[PORT].txt # Token expiry date
274274
```
275275

276276
#### update

0 commit comments

Comments
 (0)