标签: nginx redirect post get
我正在尝试将GET请求重定向到POST请求并同时传递所有参数。 This Question is almost there,但没有提及如何包括原始GET请求中的参数。如何包括它们?
location /track/mail-id.gif { proxy_pass http://upstream/mail-id; proxy_method POST; }