IDP with rauthy
This commit is contained in:
parent
bcb14b3c48
commit
e8f04f4dde
11
config/rauth.nginx
Normal file
11
config/rauth.nginx
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
server {
|
||||||
|
listen 80;
|
||||||
|
server_name rauthy.lvh;
|
||||||
|
|
||||||
|
location ~ / {
|
||||||
|
proxy_pass http://rauthy:8080;
|
||||||
|
proxy_set_header Host $host;
|
||||||
|
proxy_set_header X-Real-IP $remote_addr;
|
||||||
|
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
|
||||||
|
}
|
||||||
|
}
|
1165
config/rauthy.cfg
Normal file
1165
config/rauthy.cfg
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user