summaryrefslogtreecommitdiff
path: root/roles/nginx
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2023-12-28 03:57:11 +0100
committerChristian Pointner <equinox@spreadspace.org>2023-12-28 03:57:11 +0100
commite901196f1d2c507a27438ea937442617341f01bc (patch)
treeb555f426e7bd8610ddecd8026cd54df5d4504dd8 /roles/nginx
parentapps/node-red: 80% done but still (WIP) (diff)
nginx/whawty-sso: use less generic name for auth_requests
Diffstat (limited to 'roles/nginx')
-rw-r--r--roles/nginx/auth/whawty-sso/base/templates/nginx.snippet.j24
1 files changed, 2 insertions, 2 deletions
diff --git a/roles/nginx/auth/whawty-sso/base/templates/nginx.snippet.j2 b/roles/nginx/auth/whawty-sso/base/templates/nginx.snippet.j2
index 87f71577..b9984191 100644
--- a/roles/nginx/auth/whawty-sso/base/templates/nginx.snippet.j2
+++ b/roles/nginx/auth/whawty-sso/base/templates/nginx.snippet.j2
@@ -1,7 +1,7 @@
-auth_request /auth;
+auth_request /whawty-sso-auth;
error_page 401 = @error401;
-location /auth {
+location /whawty-sso-auth {
internal;
proxy_pass http://127.0.0.1:{{ item.value.port }}/auth;