initial commit - code moved to separate repo
This commit is contained in:
7
_doc/auth/nginx-protected-app-advanced-tab.conf
Normal file
7
_doc/auth/nginx-protected-app-advanced-tab.conf
Normal file
@ -0,0 +1,7 @@
|
||||
include /snippets/authelia-location.conf;
|
||||
|
||||
location / {
|
||||
include /snippets/proxy.conf;
|
||||
include /snippets/authelia-authrequest.conf;
|
||||
proxy_pass $forward_scheme://$server:$port;
|
||||
}
|
Reference in New Issue
Block a user