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 e0f61ab commit 73a7aabCopy full SHA for 73a7aab
README
@@ -117,7 +117,7 @@ location ^~ /backend_location/ {
117
secure_link_hmac_secret "my_very_secret_key";
118
secure_link_hmac_algorithm sha256;
119
120
- proxy_pass http://backend_server_ip_$uri?st=$secure_link_token&ts=$time_iso8601&e=$expire;
+ proxy_pass http://backend_server$uri?st=$secure_link_token&ts=$time_iso8601&e=$expire;
121
}
122
123
0 commit comments