Skip to content

Commit 61eb638

Browse files
committed
Force /_platforms and /ssl to jekyll
1 parent c703d80 commit 61eb638

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

nginx.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -533,7 +533,7 @@ server {
533533
}
534534

535535
# 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)/ {
537537
root /usr/share/nginx/html/jekyll;
538538
try_files $uri $uri.html $uri/ $uri/index.html =404;
539539
}

server.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,9 @@ const routes = [
2222
'/api',
2323
'/guides',
2424
'/support',
25-
'/sdks'
25+
'/sdks',
26+
'/ssl',
27+
'/_platforms,
2628
],
2729
address: 'http://localhost:9001'
2830
},

0 commit comments

Comments
 (0)