Skip to content

Rayzggz/ngx_torii

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

⛩️ngx_torii

Overview

This module is a modified version of the ngx_http_auth_request_module to serve as the Nginx connector for server_torii.

Directives

Syntax:    torii_auth_request uri | off;
Default:   torii_auth_request off;
Context:   http, server, location
Syntax:    torii_auth_request_set $variable value;
Default:   —
Context:   http, server, location

Usage Notes

  • Use in the same way as ngx_http_auth_request_module.
  • Unlike the ngx_http_auth_request_module, non-200 responses returned by the auth service will be sent directly to the client.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages