File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -533,7 +533,7 @@ server {
533
533
}
534
534
535
535
# these should match what is in server.js
536
- location ~ ^/(platforms|clients|error-reporting|enriching-error-data|performance-monitoring|workflow|data-management|accounts|cli|api|guides|support|sdks)/ {
536
+ location ~ ^/(ssl/_platforms/ platforms|clients|error-reporting|enriching-error-data|performance-monitoring|workflow|data-management|accounts|cli|api|guides|support|sdks)/ {
537
537
root /usr/share/nginx/html/jekyll;
538
538
try_files $uri $uri .html $uri / $uri /index.html =404 ;
539
539
}
Original file line number Diff line number Diff line change @@ -22,7 +22,9 @@ const routes = [
22
22
'/api' ,
23
23
'/guides' ,
24
24
'/support' ,
25
- '/sdks'
25
+ '/sdks' ,
26
+ '/ssl' ,
27
+ '/_platforms,
26
28
] ,
27
29
address : 'http://localhost:9001'
28
30
} ,
You can’t perform that action at this time.
0 commit comments