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
+1 -1
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;