actually make site work
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user