Skip to content

Commit 29eca6e

Browse files
committed
fix: Bad path matcher in nginx
1 parent 6176b1b commit 29eca6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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 ~ ^/(ssl/_platforms/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
}

0 commit comments

Comments
 (0)