diff --git a/app/src/views/other/Install.vue b/app/src/views/other/Install.vue index c683a46b..7a1c5f08 100644 --- a/app/src/views/other/Install.vue +++ b/app/src/views/other/Install.vue @@ -138,7 +138,7 @@ const onSubmit = () => {
Copyright © 2020 - {{ thisYear }} Nginx UI
+Copyright © 2021 - {{ thisYear }} Nginx UI
LanguageCopyright © 2020 - {{ thisYear }} Nginx UI
+Copyright © 2021 - {{ thisYear }} Nginx UI
LanguageGNU General Public License v3.0
-Copyright © 2020 - {{ this_year }} Nginx UI Team
+Copyright © 2021 - {{ this_year }} Nginx UI Team
diff --git a/docs/guide/config-nginx.md b/docs/guide/config-nginx.md index 97995535..744c75a8 100644 --- a/docs/guide/config-nginx.md +++ b/docs/guide/config-nginx.md @@ -34,7 +34,7 @@ Afterward, set the nginx access log and error log paths in `app.ini`, then resta Example: ```ini -[nginx_log] +[nginx] AccessLogPath = /var/log/nginx/access.local.log ErrorLogPath = /var/log/nginx/error.local.log ``` diff --git a/docs/zh_CN/guide/config-nginx.md b/docs/zh_CN/guide/config-nginx.md index 41b80aed..012c5135 100644 --- a/docs/zh_CN/guide/config-nginx.md +++ b/docs/zh_CN/guide/config-nginx.md @@ -38,7 +38,7 @@ http { 示例: ```ini -[nginx_log] +[nginx] AccessLogPath = /var/log/nginx/access.local.log ErrorLogPath = /var/log/nginx/error.local.log ``` diff --git a/docs/zh_TW/guide/config-nginx.md b/docs/zh_TW/guide/config-nginx.md index b8d3606b..8cab5a00 100644 --- a/docs/zh_TW/guide/config-nginx.md +++ b/docs/zh_TW/guide/config-nginx.md @@ -37,7 +37,7 @@ http { 範例: ```ini -[nginx_log] +[nginx] AccessLogPath = /var/log/nginx/access.local.log ErrorLogPath = /var/log/nginx/error.local.log ```