mirror of
https://github.com/OutlineFoundation/outline-server.git
synced 2026-08-04 14:37:34 +00:00
Allow group access
This commit is contained in:
parent
a21bab96db
commit
5975cf6474
1 changed files with 2 additions and 2 deletions
|
|
@ -17,8 +17,8 @@
|
|||
export SB_PUBLIC_IP=${SB_PUBLIC_IP:-$(curl https://ipinfo.io/ip)}
|
||||
export SB_METRICS_URL=${SB_METRICS_URL:-https://metrics-prod.uproxy.org}
|
||||
|
||||
# Make sure we don't leave readable files behind.
|
||||
umask 0077
|
||||
# Make sure we don't leak readable files to other users.
|
||||
umask 0007
|
||||
|
||||
# The maximum number of files that can be opened by ss-server greatly
|
||||
# influence on performance, as described here:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue