[PR #953] [MERGED] feat: add field of nginx worker processes mode(auto or manual) #1162

Closed
opened 2026-02-26 12:10:41 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/0xJacky/nginx-ui/pull/953
Author: @akinoccc
Created: 4/10/2025
Status: Merged
Merged: 4/10/2025
Merged by: @akinoccc

Base: devHead: dev


📝 Commits (4)

  • bdb347c feat: add field of nginx worker processes mode
  • 824aecb Merge branch '0xJacky:dev' into dev
  • 785d100 chore: remove unused logger import and debug statement in process_info.go
  • c7f3240 chore: eslint fixed

📊 Changes

7 files changed (+34 additions, -20 deletions)

View changed files

📝 app/src/api/ngx.ts (+5 -0)
📝 app/src/composables/useNginxPerformance.ts (+1 -2)
📝 app/src/views/dashboard/NginxDashBoard.vue (+6 -9)
📝 app/src/views/dashboard/components/PerformanceTablesCard.vue (+5 -1)
📝 internal/nginx/config_info.go (+6 -2)
📝 internal/nginx/performance.go (+8 -5)
📝 internal/nginx/stub_status.go (+3 -1)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/0xJacky/nginx-ui/pull/953 **Author:** [@akinoccc](https://github.com/akinoccc) **Created:** 4/10/2025 **Status:** ✅ Merged **Merged:** 4/10/2025 **Merged by:** [@akinoccc](https://github.com/akinoccc) **Base:** `dev` ← **Head:** `dev` --- ### 📝 Commits (4) - [`bdb347c`](https://github.com/0xJacky/nginx-ui/commit/bdb347cb2409583160a657d9f7bda9ccbcd190e3) feat: add field of nginx worker processes mode - [`824aecb`](https://github.com/0xJacky/nginx-ui/commit/824aecba779c41def70ab88e909a3f8108e1251d) Merge branch '0xJacky:dev' into dev - [`785d100`](https://github.com/0xJacky/nginx-ui/commit/785d1003d75dba886d216ae9129a53d19f787eb5) chore: remove unused logger import and debug statement in process_info.go - [`c7f3240`](https://github.com/0xJacky/nginx-ui/commit/c7f32406dbb3296e9dfb999a94f6831e324182ec) chore: eslint fixed ### 📊 Changes **7 files changed** (+34 additions, -20 deletions) <details> <summary>View changed files</summary> 📝 `app/src/api/ngx.ts` (+5 -0) 📝 `app/src/composables/useNginxPerformance.ts` (+1 -2) 📝 `app/src/views/dashboard/NginxDashBoard.vue` (+6 -9) 📝 `app/src/views/dashboard/components/PerformanceTablesCard.vue` (+5 -1) 📝 `internal/nginx/config_info.go` (+6 -2) 📝 `internal/nginx/performance.go` (+8 -5) 📝 `internal/nginx/stub_status.go` (+3 -1) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 12:10:41 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/nginx-ui#1162
No description provided.