parent
e2a95a5ed4
commit
051c209564
|
@ -25,7 +25,7 @@ THE SOFTWARE.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
export const accessLogPathDefault = '/var/log/nginx/access.log';
|
export const accessLogPathDefault = '/var/log/nginx/access.log';
|
||||||
export const accessLogParamsDefault = 'buffer=512k flush=1m';
|
export const accessLogParamsDefault = 'combined buffer=512k flush=1m';
|
||||||
|
|
||||||
export const errorLogPathDefault = '/var/log/nginx/error.log';
|
export const errorLogPathDefault = '/var/log/nginx/error.log';
|
||||||
export const errorLogPathDisabled = '/dev/null';
|
export const errorLogPathDisabled = '/dev/null';
|
||||||
|
|
Loading…
Reference in New Issue