actually make site work

This commit is contained in:
2023-04-10 17:18:14 -05:00
parent 52136b9ae8
commit 5041d31212
3 changed files with 52 additions and 1 deletions

View File

@@ -28,6 +28,13 @@ server {
# This application is simply proxy-passed without any authentication
index index.html index.htm;
}
location /gm-tools {
auth_request /vouch/validate;
auth_request_set $auth_resp_x_vouch_user $upstream_http_x_vouch_user;
# This application is simply proxy-passed without any authentication
index index.html index.htm;
}
include /etc/nginx/conf.d/apps-enabled/*.conf;