Initial
This commit is contained in:
9
docs/linux/selinux.md
Normal file
9
docs/linux/selinux.md
Normal file
@@ -0,0 +1,9 @@
|
||||
|
||||
# Nginx
|
||||
```
|
||||
# Allow open local port
|
||||
semanage port -a -t http_port_t -p tcp 28081
|
||||
|
||||
# Allow open remote port
|
||||
setsebool -P httpd_can_network_connect 1
|
||||
```
|
Reference in New Issue
Block a user