should be:

curl
http://127.0.0.1/html/index.html?md5=FsRb_uu5NsagF0hA_Z-OQg&expires=2147483647

i.e.
curl "http://127.0.0.1/html/index.html?md5=${md5}&expires=${expiry}";

Patrick


Yes you’re correct there was a missing ampersand in the curl query but it
still doesn’t work.

Any further ideas?

thanks

On Wed, May 1, 2019 at 9:50 AM Patrick <201904-ng...@jslf.app> wrote:

> On 2019-05-01 09:14, Duke Dougal wrote:
> >    ubuntu@ip-172-31-34-191:/var/www$ curl
> >
> http://127.0.0.1/html/index.html?md5=FsRb_uu5NsagF0hA_Z-OQgexpires=2147483647
>
> should be:
>
> curl
> http://127.0.0.1/html/index.html?md5=FsRb_uu5NsagF0hA_Z-OQg&expires=2147483647
>
> i.e.
> curl "http://127.0.0.1/html/index.html?md5=${md5}&expires=${expiry}";
>
>
> Patrick
> _______________________________________________
> nginx mailing list
> nginx@nginx.org
> http://mailman.nginx.org/mailman/listinfo/nginx
>
_______________________________________________
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx

Reply via email to