allow to not change fast cgi socket permissions
New config options: fcgi_set_socket_chmod (bool) - default true fcgi_set_socket_owner (bool) - default true
This commit is contained in:
@@ -125,6 +125,8 @@ void Config::AssignValues()
|
||||
log_file = Text(L"log_file");
|
||||
log_delimiter = Text(L"log_delimiter", L"---------------------------------------------------------------------------------");
|
||||
fcgi_socket = Text(L"fcgi_socket");
|
||||
fcgi_set_socket_chmod = Bool(L"fcgi_set_socket_chmod", true);
|
||||
fcgi_set_socket_owner = Bool(L"fcgi_set_socket_owner", true);
|
||||
fcgi_socket_chmod = Int(L"fcgi_socket_chmod", 0770);
|
||||
fcgi_socket_user = Text(L"fcgi_socket_user");
|
||||
fcgi_socket_group = Text(L"fcgi_socket_group");
|
||||
|
||||
Reference in New Issue
Block a user