Update README.md

pull/1/head
Tai 3 years ago committed by GitHub
parent 1c823adad1
commit 7e2bd0bee3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -121,3 +121,13 @@ subdomain.yourdomain.com {
reverse_proxy 192.168.16.5:8080
}
```
## Other Linux Commands
Check size of current directory
```
sudo du -sh ./
```
Check total disk usage
```
sudo df -h ./
```

Loading…
Cancel
Save