10
dcprm
4y

Falling in love with Nginx every day...😍🥰

Comments
  • 1
  • 0
    @funvengeance Maybe because I know it’s full potential now...
  • 2
    I used to love nginx, then we realized it was bottlenecking our per core requests/s at 500k. On testing we removed it as the ssl term and handled ssl in the application it jumped to 1.625M, 6.5M r/s per 4 core node.
  • 0
    @SortOfTested wow that’s huge..
  • 1
    Give caddy a try 😉
  • 0
    Same here man! It's just awesome to work with, very performing and easy to use.
  • 0
    @dsteiner I have been meaning to work with it... I just don’t get time... we have a big project coming up in few months and I am going for it.
  • 1
    The only thing I add in to make it even better is a jinja2 templating step to compile config using environment variables :3
  • 2
    NGINX is way too bloated for an OS. I prefer Lighttpd for serving dynamic web sites.
  • 0
    @Oktokolo that’s true.. but I would say Nginx is lighter than Apache
  • 0
    @dcprm
    Well, you may be technically correct there...
  • 0
    @alexbrooklyn oh yeah! My recent increase in affection was because of the variables it can have and places where we can use it
  • 0
    @Oktokolo also to remove bloats you can always build by configuring it to enable or disable modules
Add Comment