File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -90,6 +90,7 @@ services:
90
90
- REGISTRY_USERNAME=${ADMIN_USER:-admin}
91
91
- REGISTRY_PASSWORD=${ADMIN_PASSWORD}
92
92
volumes :
93
+ - /opt/mcp-gateway/servers:/app/registry/servers
93
94
- /opt/mcp-gateway/models:/app/registry/models
94
95
ports :
95
96
- " 8003:8003"
Original file line number Diff line number Diff line change @@ -42,8 +42,8 @@ server {
42
42
}
43
43
44
44
# OAuth2 Cognito callback endpoint
45
- location /oauth2/cognito/ callback {
46
- proxy_pass http://auth-server:8888/oauth2/cognito/ callback;
45
+ location /oauth2/callback/cognito {
46
+ proxy_pass http://auth-server:8888/oauth2/callback/cognito ;
47
47
proxy_http_version 1.1;
48
48
proxy_set_header Host $host;
49
49
proxy_set_header X-Real-IP $remote_addr;
@@ -171,8 +171,8 @@ server {
171
171
}
172
172
173
173
# OAuth2 Cognito callback endpoint
174
- location /oauth2/cognito/ callback {
175
- proxy_pass http://auth-server:8888/oauth2/cognito/ callback;
174
+ location /oauth2/callback/cognito {
175
+ proxy_pass http://auth-server:8888/oauth2/callback/cognito ;
176
176
proxy_http_version 1.1;
177
177
proxy_set_header Host $host;
178
178
proxy_set_header X-Real-IP $remote_addr;
You can’t perform that action at this time.
0 commit comments