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

feat: support nginx custom parameters #79

Merged
merged 1 commit into from
Sep 22, 2024

Conversation

hico-horiuchi
Copy link
Contributor

@hico-horiuchi hico-horiuchi commented Sep 21, 2024

I am migrating my applications from Heroku to Dokku.

Previously, I used heroku-buildpack-nginx with the following environment variables to configure Nginx.
(Please also see heroku-buildpack-nginx/blob/main/config/nginx-static.conf.erb .)

  • NGINX_WORKERS : worker_processes directive
  • NGINX_WORKER_CONNECTIONS : worker_connections directive

I make configurable these Nginx directives via environment variables.
Could you review the pull request?

@josegonzalez josegonzalez merged commit 806f8f5 into dokku:master Sep 22, 2024
1 check failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants