Skip to content

Commit 0d10521

Browse files
idalithbbenface
andauthored
Update nginx.conf
Co-authored-by: Benoît Rouleau <[email protected]>
1 parent 712be30 commit 0d10521

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
@@ -160,7 +160,7 @@ http {
160160
rewrite ^/docs/([a-zA-Z][a-zA-Z])/tap/$ $scheme://$http_host/docs/$1/indexing/tap/ permanent;
161161
rewrite ^/docs/([a-zA-Z][a-zA-Z])/tokenomics/$ $scheme://$http_host/docs/$1/resources/tokenomics/ permanent;
162162
rewrite ^/docs/([a-zA-Z][a-zA-Z])/token-api/$ $scheme://$http_host/docs/$1/token-api/quick-start/ permanent;
163-
rewrite ^/docs/([a-zA-Z][a-zA-Z])/sps/$ $scheme://$http_host/docs/$1/substream/sps/ permanent;
163+
rewrite ^/docs/([a-zA-Z][a-zA-Z])/sps/(.*)$ $scheme://$http_host/docs/$1/substreams/sps/$2 permanent;
164164
# Temporary redirects (302)
165165
rewrite ^/docs/en/querying/graph-client/$ $scheme://$http_host/docs/en/subgraphs/querying/graph-client/README/ redirect;
166166
rewrite ^/docs/en/developing/graph-ts/$ $scheme://$http_host/docs/en/subgraphs/developing/creating/graph-ts/README/ redirect;

0 commit comments

Comments
 (0)