Hacker Newsnew | past | comments | ask | show | jobs | submit | ArmTank's commentslogin

Are there any changes? ;)


There are no changes. We've always had unicode support. We had some fun and created several silly configs :)

(I work @ NGINX.)


Aww man you need to make these actually work! Would nginx accept a pull request? :D


Well, they do! Pull requests welcome, too :) https://github.com/nginxinc/website-resources-conf/blob/mast...


http://nginx.org/en/linux_packages.html#arguments

  Configure arguments common for nginx binaries
  from pre-built packages for stable version: 
  ...
  --with-http_stub_status_module
  ...


Yes, it does.


Ugh, gimme


"Support for HTTP/2 with weighted and dependency-based prioritization." @ http://nginx.org/en/


Originally. But the focus has shifted since then. There are a number of Linux-addicted developers in the team now.


Why don't you submit a feature request for that?


In nginx worker processes don't open and don't close sockets. They inherit them from the master process.


But isn't that what reuseport changes? Each worker opening it's own socket?


No, they don't (and they can't, since they usually don't have such privileges). The master process opens all sockets for each worker process.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: