Skip to content

Commit

Permalink
fix(docs): nginx config section
Browse files Browse the repository at this point in the history
  • Loading branch information
0xJacky committed May 4, 2024
1 parent 4f06d80 commit 02d279f
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion app/src/views/other/Install.vue
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ const onSubmit = () => {
</AFormItem>
</AForm>
<div class="footer">
<p>Copyright © 2020 - {{ thisYear }} Nginx UI</p>
<p>Copyright © 2021 - {{ thisYear }} Nginx UI</p>
Language
<SetLanguage class="inline" />
<div class="flex justify-center mt-4">
Expand Down
2 changes: 1 addition & 1 deletion app/src/views/other/Login.vue
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ if (route.query?.code !== undefined && route.query?.state !== undefined) {
{{ $gettext('SSO Login') }}
</AButton>
<div class="footer">
<p>Copyright © 2020 - {{ thisYear }} Nginx UI</p>
<p>Copyright © 2021 - {{ thisYear }} Nginx UI</p>
Language
<SetLanguage class="inline" />
<div class="flex justify-center mt-4">
Expand Down
2 changes: 1 addition & 1 deletion app/src/views/system/About.vue
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ const this_year = new Date().getFullYear()
{{ $gettext('License') }}
</h3>
<p>GNU General Public License v3.0</p>
<p>Copyright © 2020 - {{ this_year }} Nginx UI Team</p>
<p>Copyright © 2021 - {{ this_year }} Nginx UI Team</p>
</ACard>
</template>

Expand Down
2 changes: 1 addition & 1 deletion docs/guide/config-nginx.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down
2 changes: 1 addition & 1 deletion docs/zh_CN/guide/config-nginx.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ http {
示例:

```ini
[nginx_log]
[nginx]
AccessLogPath = /var/log/nginx/access.local.log
ErrorLogPath = /var/log/nginx/error.local.log
```
Expand Down
2 changes: 1 addition & 1 deletion docs/zh_TW/guide/config-nginx.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ http {
範例:

```ini
[nginx_log]
[nginx]
AccessLogPath = /var/log/nginx/access.local.log
ErrorLogPath = /var/log/nginx/error.local.log
```
Expand Down

0 comments on commit 02d279f

Please sign in to comment.