Welcome! Log In Create A New Profile

Advanced

Re: this may be a dumb ssl question, but here goes...

Maxim Dounin
October 11, 2012 06:22PM
Hello!

On Thu, Oct 11, 2012 at 06:07:44PM -0400, Aaron wrote:

> I noticed that, but it appears to require a page / uri. I think
> the special 444 should not return content, if I am reading its
> design correctly.

This is because anything in nginx requires an uri. But it's up to
you to not return content for the uri, like this:

error_page 496 = /nocert;

location = /nocert {
return 444;
}

See here for details:

http://nginx.org/r/error_page
http://nginx.org/r/location
http://nginx.org/r/return

--
Maxim Dounin
http://nginx.com/support.html

_______________________________________________
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx
Subject Author Posted

this may be a dumb ssl question, but here goes...

aweber October 10, 2012 02:16PM

Re: this may be a dumb ssl question, but here goes...

aweber October 10, 2012 05:18PM

Re: this may be a dumb ssl question, but here goes...

Maxim Dounin October 10, 2012 06:52PM

Re: this may be a dumb ssl question, but here goes...

aweber October 10, 2012 07:18PM

Re: this may be a dumb ssl question, but here goes...

aweber October 11, 2012 11:38AM

Re: this may be a dumb ssl question, but here goes...

Maxim Dounin October 11, 2012 05:54PM

Re: this may be a dumb ssl question, but here goes...

aweber October 11, 2012 06:08PM

Re: this may be a dumb ssl question, but here goes...

Maxim Dounin October 11, 2012 06:22PM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 145
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