update docs

This commit is contained in:
Artur Akmalov
2023-07-26 14:12:46 +05:00
parent 43a893aa1a
commit 347a3dbbe3
16 changed files with 68 additions and 43 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
sidebar_position: 2
---
# commands
# Commands
## Proxmox Directory
### Конфиги LXC
+2 -2
View File
@@ -18,7 +18,7 @@ chown nobody:nogroup $FOLDER
```
```
echo "$FOLDER 10.127.0.0/24(rw,sync,no_subtree_check)" >> /etc/exports
echo "$FOLDER 10.6.0.0/24(rw,sync,no_subtree_check)" >> /etc/exports
```
```
systemctl restart nfs-kernel-server
@@ -27,7 +27,7 @@ systemctl restart nfs-kernel-server
/usr/share/nginx/html
```
```
/mnt/nginx 10.127.0.0/24(rw,sync,no_subtree_check) >> /etc/exports
/mnt/nginx 10.6.0.0/24(rw,sync,no_subtree_check) >> /etc/exports
```
```
systemctl status nfs-kernel-server