Skip to content

Commit 73a7aab

Browse files
omonardenji
authored andcommitted
Correction of small typo in README
1 parent e0f61ab commit 73a7aab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ location ^~ /backend_location/ {
117117
secure_link_hmac_secret "my_very_secret_key";
118118
secure_link_hmac_algorithm sha256;
119119

120-
proxy_pass http://backend_server_ip_$uri?st=$secure_link_token&ts=$time_iso8601&e=$expire;
120+
proxy_pass http://backend_server$uri?st=$secure_link_token&ts=$time_iso8601&e=$expire;
121121
}
122122

123123

0 commit comments

Comments
 (0)