added to config: parameter static_auth_dir_tmp
with a path to directory for tmp files (for upload functino) git-svn-id: svn://ttmath.org/publicrep/winix/trunk@572 e52654a7-88a9-db11-a3e9-0013d4bc506e
This commit is contained in:
@@ -115,6 +115,10 @@ public:
|
||||
// directory for static files (for fastcgi authorizer mode)
|
||||
std::string static_auth_dir;
|
||||
|
||||
// temporary dir for static content used by upload function
|
||||
// should be on the same partition as static_auth_dir
|
||||
std::string static_auth_dir_tmp;
|
||||
|
||||
// default locale: en pl
|
||||
std::string locale_str;
|
||||
|
||||
@@ -124,8 +128,6 @@ public:
|
||||
// directory with default locale files (those from winix)
|
||||
std::string locale_dir_default;
|
||||
|
||||
|
||||
|
||||
// below variables are based on the other config variables
|
||||
|
||||
// base_url_prefix + base_server
|
||||
|
Reference in New Issue
Block a user