Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[bitnami/wordpress] Allow using nginx instead of apache #29615

Open
xorinzor opened this issue Sep 26, 2024 · 1 comment
Open

[bitnami/wordpress] Allow using nginx instead of apache #29615

xorinzor opened this issue Sep 26, 2024 · 1 comment
Assignees

Comments

@xorinzor
Copy link

Name and Version

bitnami/wordpress

What is the problem this feature will solve?

Apache performs significantly slower then Nginx. Bitnami already offers a wordpress-nginx container, but from my testing this does not appear to be as simple as changing image.repository to bitnami/wordpress-nginx (with the appropriate image.tag).

What is the feature you are proposing to solve the problem?

Improved performance by using nginx

What alternatives have you considered?

No response

@github-actions github-actions bot added the triage Triage is needed label Sep 26, 2024
@javsalgar javsalgar changed the title Allow using nginx instead of apache [bitnami/wordpress] Allow using nginx instead of apache Sep 27, 2024
@javsalgar
Copy link
Contributor

Hi,

Probably you may be able to make it work if you set:

containerSecurityContext:
  runAsGroup: 0
  readOnlyRootFilesystem: false

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants