mirror of
https://github.com/SantaSpeen/santaspeen.ru-blog.git
synced 2026-05-19 16:10:16 +00:00
update docs
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
sidebar_position: 2
|
||||
---
|
||||
|
||||
# commands
|
||||
# Commands
|
||||
|
||||
## Proxmox Directory
|
||||
### Конфиги LXC
|
||||
|
||||
+2
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user