We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6176b1b commit 29eca6eCopy full SHA for 29eca6e
nginx.conf
@@ -533,7 +533,7 @@ server {
533
}
534
535
# these should match what is in server.js
536
- location ~ ^/(ssl/_platforms/platforms|clients|error-reporting|enriching-error-data|performance-monitoring|workflow|data-management|accounts|cli|api|guides|support|sdks)/ {
+ location ~ ^/(ssl|_platforms|platforms|clients|error-reporting|enriching-error-data|performance-monitoring|workflow|data-management|accounts|cli|api|guides|support|sdks)/ {
537
root /usr/share/nginx/html/jekyll;
538
try_files $uri $uri.html $uri/ $uri/index.html =404;
539
0 commit comments