MyNixOS website logo
option

services.h2o.hosts.<name>.tls.redirectCode

HTTP status used by globalRedirect & forceSSL. Possible usecases include temporary (302, 307) redirects, keeping the request method & body (307, 308), or explicitly resetting the method to GET (303). See https://developer.mozilla.org/en-US/docs/Web/HTTP/Redirections.

Declarations
Type
integer between 300 and 399 (both inclusive)
Default
301
Example
308