0
0
mirror of https://github.com/postfixadmin/postfixadmin.git synced 2024-09-19 19:22:14 +02:00

typo fix (Thanks Cru)

This commit is contained in:
David Goodwin 2021-05-27 21:20:11 +01:00
parent 9d08185ec0
commit 50ba4a3cbf

View File

@ -150,7 +150,7 @@ If you're using e.g. CentOS (or another distribution) which enables SELinux, som
```bash
semanage fcontext -a -t httpd_sys_content_t "/srv/postfixadmin(/.*)?"
semanage fcontext -a -t httpd_sys_rw_content_t "/srv/postfixadmin/templates_c(.*)?"
semanage fcontext -a -t httpd_sys_rw_content_t "/srv/postfixadmin/templates_c(/.*)?"
restorecon -R /srv/postfixadmin
```