Split fs-btrfs

This commit is contained in:
root
2024-06-12 02:01:52 +03:00
parent 896956b62b
commit eaa2d11891
3 changed files with 33 additions and 25 deletions

View File

@@ -4,8 +4,11 @@
## Nginx
```
# Allow open local port
semanage port -a -t http_port_t -p tcp 28081
semanage port -a -t http_port_t -p tcp 28081
# Allow open remote port
setsebool -P httpd_can_network_connect 1
# Allow open file in dir
chcon -R -t httpd_sys_content_t dir
```