Ver Fonte

Update nginx.js

vipergts450 há 4 anos atrás
pai
commit
f26df7d9bb
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      backend/internal/nginx.js

+ 1 - 1
backend/internal/nginx.js

@@ -101,7 +101,7 @@ const internalNginx = {
 			logger.info('Testing Nginx configuration');
 		}
 
-		return utils.exec('/usr/sbin/nginx -t ');
+		return utils.exec('/usr/sbin/nginx -t -g "error_log off;"');
 	},
 
 	/**