Nginx, IMO

Of course it's just my opinion. I'm here to make it yours.

What features are missing in Nginx?

Take a minute and vote!

About these ads

4 Comments on “What features are missing in Nginx?

  1. snabb
    2012/07/24

    It would be great if nginx had dynamic modules. Then OS distributions could package it the same way as for example the uwsgi Debian/Ubuntu package: the user can install exactly the modules that are needed and leave out extra clutter. Also users could compile additional un-packaged modules independently of the main package maintainer.

    Currently the package maintainers need to pre-select a list of likely needed modules and build a couple of alternatives, such as nginx-light and nginx-full in Debian/Ubuntu. This is far from optimal.

  2. wellsc
    2012/07/24

    DSO’s are slated for Nginx 2.0, which should be out next year.

  3. Alex
    2012/09/07

    Make Location directives inherit configurations as in:

    location /user {
    # Configuration shared by anything that’s “below” /user, unless
    # overriden by more specific location section
    }

    location /user/cgi {
    # Configuration that makes it different from what was already configured by “location /user” section.
    # Currently “location /usr/cgi” does not inherit what was configured by “location /user”.
    # And “include” directive is far from what is considered convinient.
    }

    • Alex
      2012/09/07

      Ideally, make configuration like

      location *.jpg {

      }

      merge with configuration like

      location /some/path {

      }

      for url like /some/path/some/file.jpg

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out / Change )

Twitter picture

You are commenting using your Twitter account. Log Out / Change )

Facebook photo

You are commenting using your Facebook account. Log Out / Change )

Connecting to %s

Information

This entry was posted on 2012/03/27 by and tagged , .

Pages

Categories

Follow

Get every new post delivered to your Inbox.

%d bloggers like this: