Welcome! Log In Create A New Profile

Advanced

Windows Native Code Modules

Posted by liaothomas1 
Windows Native Code Modules
December 13, 2011 01:26PM
I am trying to find information about the set of modules that is included in the native windows build. I have been trying to use Sub_Filter from the HttpSubModule and do not see any result from the option. Here is the server entry that is rewriting the entered url (http:localhost:8080/).

server {
listen 8080;
server_name localhost;

#charset koi8-r;

#access_log logs/host.access.log main;

location / {
rewrite ^ http://localhost/ break;
proxy_redirect http://localhost/PG.Identity http://localhost:8080/;
sub_filter IIS7 'My IIS 7';
}

I am trying to evaluate nginx as a reverse proxy for out site.
Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 259
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready