what
This commit is contained in:
parent
61fba5c5ab
commit
e947cbc258
|
@ -47,8 +47,8 @@ These permissions are set as such:
|
||||||
|
|
||||||
| Facet | Read | Write | Directory Listing |
|
| Facet | Read | Write | Directory Listing |
|
||||||
| :--------------- | :--- | :---- | :---------------- |
|
| :--------------- | :--- | :---- | :---------------- |
|
||||||
| User (www-data) | Yes | Yes | Yes |
|
| User (root) | Yes | Yes | Yes |
|
||||||
| Group (www-data) | Yes | No | Yes |
|
| Group (root) | Yes | No | Yes |
|
||||||
| Others | Yes | No | Yes |
|
| Others | Yes | No | Yes |
|
||||||
|
|
||||||
In order for Caddy to bind to the standard HTTP and HTTPS ports as non-root (this is a workaround for the fact that [Go can't currently drop permissions with suid() cleanly](https://github.com/golang/go/issues/1435)), run the following:
|
In order for Caddy to bind to the standard HTTP and HTTPS ports as non-root (this is a workaround for the fact that [Go can't currently drop permissions with suid() cleanly](https://github.com/golang/go/issues/1435)), run the following:
|
||||||
|
|
Loading…
Reference in New Issue