TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Nginx 1.12.0 stable

120 pointsby ymseabout 8 years ago

8 comments

jbergstroemabout 8 years ago
One key missing piece in nginx is a way to interact with the configuration without having to edit the config file. This is such a vital piece of a modern infrastructure; where backends are added&#x2F;removed on demand.<p>You can interact with haproxy via lua[1] or use etcd to have traefik load its configuration[2].<p>Seeing how [as others also mentioned] nginx seems to favor pro customers in terms of functionality, it would only seem wise to choose another proxy&#x2F;load balancer for your next project.<p>[1]: <a href="http:&#x2F;&#x2F;www.arpalert.org&#x2F;src&#x2F;haproxy-lua-api&#x2F;1.7&#x2F;#Proxy.servers" rel="nofollow">http:&#x2F;&#x2F;www.arpalert.org&#x2F;src&#x2F;haproxy-lua-api&#x2F;1.7&#x2F;#Proxy.serve...</a><p>[2]: <a href="https:&#x2F;&#x2F;docs.traefik.io&#x2F;toml&#x2F;#etcd-backend" rel="nofollow">https:&#x2F;&#x2F;docs.traefik.io&#x2F;toml&#x2F;#etcd-backend</a>
评论 #14101139 未加载
评论 #14100653 未加载
评论 #14100371 未加载
评论 #14100641 未加载
评论 #14102117 未加载
评论 #14106070 未加载
评论 #14104967 未加载
评论 #14101437 未加载
评论 #14102118 未加载
ajuhaszabout 8 years ago
We&#x27;re having great luck using traefik (<a href="https:&#x2F;&#x2F;traefik.io" rel="nofollow">https:&#x2F;&#x2F;traefik.io</a>) as a kubernetes ingress, we just couldn&#x27;t get nginx working well and ever since the switch it&#x27;s been rock-solid.
评论 #14100893 未加载
评论 #14100648 未加载
评论 #14100984 未加载
xfalcoxabout 8 years ago
Was hopping to get HTTP2 server push on 1.12 since H20, Caddy and even Apache already support it.
评论 #14108330 未加载
frikabout 8 years ago
The only thing pretty bitter about Nginx is that the access to the server status in the open source community edition.<p>You get only so much with &quot;ngx_http_stub_status_module&quot; that you have to compile in yourself, as distros don&#x27;t compile it in: <a href="https:&#x2F;&#x2F;nginx.org&#x2F;en&#x2F;docs&#x2F;http&#x2F;ngx_http_stub_status_module.html" rel="nofollow">https:&#x2F;&#x2F;nginx.org&#x2F;en&#x2F;docs&#x2F;http&#x2F;ngx_http_stub_status_module.h...</a><p>With Nginx plus you get access to so much more (&quot;ngx_http_status_module&quot;) of the server status. It&#x27;s not about the pretty frontend, it&#x27;s about the values.<p><a href="http:&#x2F;&#x2F;nginx.org&#x2F;en&#x2F;docs&#x2F;http&#x2F;ngx_http_status_module.html" rel="nofollow">http:&#x2F;&#x2F;nginx.org&#x2F;en&#x2F;docs&#x2F;http&#x2F;ngx_http_status_module.html</a><p>Why isn&#x27;t there a CentOS-style distro apt&#x2F;rpm package of Nginx (think of free RedHat) with the status module enabled, as based on open source Nginx?
评论 #14099993 未加载
评论 #14101048 未加载
评论 #14101787 未加载
评论 #14101011 未加载
评论 #14100156 未加载
评论 #14099951 未加载
评论 #14101092 未加载
jsiepkesabout 8 years ago
We used NGINX with Consul (template) and Vault quite extensively until I recently found out about eBay&#x27;s Fabio ( <a href="https:&#x2F;&#x2F;github.com&#x2F;eBay&#x2F;fabio" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;eBay&#x2F;fabio</a> ). Fabio is really great as an NGINX reverse proxy alternative in an environment with Consul or etcd. I highly recommend it.
评论 #14100242 未加载
ePierreabout 8 years ago
&gt; Changes with nginx 1.12.0 12 Apr 2017<p>&gt; *) 1.12.x stable branch.<p>Well, thank you very much, that&#x27;s a very informative changelog. :)
_kyranabout 8 years ago
On the topic of Nginx, does anyone know if it&#x27;s possible&#x2F;how one could fire off a http request (GET or POST) to an external service to log requests in real time (rather than say logging to a text file then processing that)?
评论 #14107017 未加载
评论 #14106906 未加载
评论 #14103288 未加载
Zikesabout 8 years ago
I&#x27;m surprised by the lack of first-class ACME&#x2F;Let&#x27;s Encrypt support. I figured once Caddy paved the way in that regard that nginx wouldn&#x27;t be far behind.
评论 #14101165 未加载
评论 #14100368 未加载
评论 #14100132 未加载
评论 #14099996 未加载