Hello! On Mon, Sep 30, 2013 at 12:18:41AM -0700, shaun wrote:
> I am very confused. There is an extra "?" added to the end of the > rewrite. I have no idea why, I look at the logs, and is magically > appears. Could you please point out where is the "?" which confuses you? Please note that in debug logs like > 2013/09/29 23:42:00 [debug] 3386#0: *1 internal redirect: "/login/index.html?" the "?" character is printed unconditionally as a separator between r->uri and r->args. > I want to reload the login page, but nothing happens, any ideas? As per debug log you've provided, the "/var/www/login/index.html" file is properly returned as configured. Not sure what you want nginx to do instead. -- Maxim Dounin http://nginx.org/en/donation.html _______________________________________________ nginx mailing list [email protected] http://mailman.nginx.org/mailman/listinfo/nginx
