Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add UNIX socket option to runserver (#2627)
* 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. * Collapsed if/else logic for address or socket Also wrapped help description for socket parameter
- Loading branch information