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 UNIX socket option to runserver #2627

Merged
merged 2 commits into from
Apr 17, 2017
Merged

Commits on Apr 16, 2017

  1. Add UNIX socket option to runserver

    Added an optional parameter to runserver to server from a UNIX socket instead of an address:port. I believe it is fairly common to server from sockets when using a web server like Nginx on the same host.
    joefrancia authored Apr 16, 2017
    Configuration menu
    Copy the full SHA
    8a57b0c View commit details
    Browse the repository at this point in the history
  2. Collapsed if/else logic for address or socket

    Also wrapped help description for socket parameter
    joefrancia authored Apr 16, 2017
    Configuration menu
    Copy the full SHA
    4bcc27e View commit details
    Browse the repository at this point in the history