Skip to content

Commit f26df7d

Browse files
authored
Update nginx.js
1 parent 4c76803 commit f26df7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/internal/nginx.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ const internalNginx = {
101101
logger.info('Testing Nginx configuration');
102102
}
103103

104-
return utils.exec('/usr/sbin/nginx -t ');
104+
return utils.exec('/usr/sbin/nginx -t -g "error_log off;"');
105105
},
106106

107107
/**

0 commit comments

Comments
 (0)