This commit is contained in:
Jason Ertel
2023-06-14 13:33:31 -04:00
parent 162a32fd08
commit 21a7b76352
7 changed files with 54 additions and 15 deletions

View File

@@ -2,5 +2,5 @@ nginx:
enabled: False
config:
replace_cert: False
throttle_login_burst: 6
throttle_login_rate: 10
throttle_login_burst: 12
throttle_login_rate: 20

View File

@@ -160,7 +160,7 @@ http {
proxy_set_header X-Forwarded-Proto $scheme;
}
location ~ ^/auth/.*?(whoami|logout|settings) {
location ~ ^/auth/.*?(whoami|logout|settings|webauthn.js) {
rewrite /auth/(.*) /$1 break;
proxy_pass http://{{ GLOBALS.manager }}:4433;
proxy_read_timeout 90;