services.movim.h2o.tls.redirectCode

NixOS option

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.

type: integer between 300 and 399 (both inclusive)
Default
301
Example
308
declared in: nixos/modules/services/web-apps/movim.nixView source on NixOS/nixpkgs →