|
@@ -9,6 +9,7 @@ export const msg = [
|
|
|
$gettext('Check if the nginx configuration directory exists'),
|
|
|
$gettext('Check if the nginx configuration entry file exists'),
|
|
|
$gettext('Check if the nginx error log path exists. By default, this path is obtained from \'nginx -V\'. If it cannot be obtained or the obtained path does not point to a valid, existing file, an error will be reported. In this case, you need to modify the configuration file to specify the error log path. Refer to the docs for more details: https://nginxui.com/zh_CN/guide/config-nginx.html#errorlogpath'),
|
|
|
+ $gettext('Check if the nginx sbin path exists'),
|
|
|
$gettext('Check if the nginx.conf includes the conf.d directory'),
|
|
|
$gettext('Check if the nginx.conf includes the sites-enabled directory'),
|
|
|
$gettext('Check if the nginx.conf includes the streams-enabled directory'),
|
|
@@ -23,6 +24,7 @@ export const msg = [
|
|
|
$gettext('Nginx configuration directory exists'),
|
|
|
$gettext('Nginx configuration entry file exists'),
|
|
|
$gettext('Nginx error log path exists'),
|
|
|
+ $gettext('Nginx sbin path exists'),
|
|
|
$gettext('Nginx.conf includes conf.d directory'),
|
|
|
$gettext('Nginx.conf includes sites-enabled directory'),
|
|
|
$gettext('Nginx.conf includes streams-enabled directory'),
|