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

Add support for binding gunicorn server to a UNIX socket #25

Closed
3 tasks done
Tracked by #53
rszamszur opened this issue Jan 28, 2022 · 0 comments · Fixed by #105
Closed
3 tasks done
Tracked by #53

Add support for binding gunicorn server to a UNIX socket #25

rszamszur opened this issue Jan 28, 2022 · 0 comments · Fixed by #105
Assignees
Labels
copier: project Related to copier template enhancement New feature or request
Milestone

Comments

@rszamszur
Copy link
Member

rszamszur commented Jan 28, 2022

For now, only host and port options are implemented. However, situations may require the use of a UNIX socket instead of TCP/IP.

This change would require additional option and implementation in template CLI serve command. Also, It would be mutually excluding with --host and --port.

TODO:

  • Implement option for binding gunicorn server to a UNIX socket
  • Refactor default bind=.. env values in gunicorn.conf.py
  • Refactor run_wsgi() method in wsgi.py
@rszamszur rszamszur added enhancement New feature or request copier: project Related to copier template labels Jan 28, 2022
@rszamszur rszamszur added this to the 0.7.0 milestone Jan 29, 2022
@rszamszur rszamszur self-assigned this Jan 30, 2022
@rszamszur rszamszur removed this from the 0.7.0 milestone Jan 31, 2022
@rszamszur rszamszur modified the milestones: 0.10.0, 0.11.0 Apr 4, 2022
@rszamszur rszamszur removed this from the 0.11.0 milestone Apr 13, 2022
@rszamszur rszamszur mentioned this issue Apr 21, 2022
58 tasks
@rszamszur rszamszur added this to the 0.13.0 milestone May 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
copier: project Related to copier template enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant