Skip to content

Conversation

@pranshustuff
Copy link
Contributor

Checklist

  • [✔] I have read the OpenWISP Contributing Guidelines.
  • [✔] I have manually tested the changes proposed in this pull request.
  • [✕] I have updated the documentation.

Reference to Existing Issue

Closes #56.

Description of Changes

Added new variable openwisp2_wireguard_uwsgi_extra_conf to main.yml with configurations:

openwisp2_wireguard_uwsgi_extra_conf: |
  single-interpreter=True
  log-4xx=True
  log-5xx=True
  disable-logging=True
  auto-procname=True

Made processes and threads configurable, defaults are set to 1.

Added new variable `openwisp2_wireguard_uwsgi_extra_conf`
to main.yml with similar config options to ansible-openwisp2.
Made processes and threads configurable, defaults are set to 1.

Fixes openwisp#56
Copy link
Member

@nemesifier nemesifier left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, I have a few comments below.

@pranshustuff
Copy link
Contributor Author

pranshustuff commented Sep 24, 2025

I've made the requested changes, you might see the forced push because I needed to change the commit messages

@pranshustuff pranshustuff force-pushed the main branch 2 times, most recently from a8579b6 to 764e4bf Compare September 24, 2025 15:24
Copy link
Member

@nemesifier nemesifier left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, what do you think @pandafy?

@github-project-automation github-project-automation bot moved this from To do (general) to In progress in OpenWISP Contributor's Board Oct 1, 2025
@nemesifier nemesifier merged commit a05c94f into openwisp:main Oct 2, 2025
7 of 8 checks passed
@github-project-automation github-project-automation bot moved this from In progress to Done in OpenWISP Contributor's Board Oct 2, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

Development

Successfully merging this pull request may close these issues.

[feature] Allow specifying extra configuration for uWSGI

2 participants