User Tools

Site Tools


wiki:redirect_another_site_query_parameter_nginx

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
wiki:redirect_another_site_query_parameter_nginx [2022/05/05 09:31] – created antisawiki:redirect_another_site_query_parameter_nginx [2022/09/23 13:55] (current) – [See also] add Nginx redirect/rewrites antisa
Line 9: Line 9:
  
 <code nginx> <code nginx>
-     location /product_image {+     location /some_image {
             proxy_pass $arg_src;             proxy_pass $arg_src;
             proxy_set_header Host $host;             proxy_set_header Host $host;
Line 31: Line 31:
  
 ====== See also ====== ====== See also ======
 +  * [[Nginx redirect/rewrites]]
 ====== References ====== ====== References ======
   * https://stackoverflow.com/questions/57937222/502-bad-gateway-nginx-no-resolver-defined-to-resolve   * https://stackoverflow.com/questions/57937222/502-bad-gateway-nginx-no-resolver-defined-to-resolve
   * https://stackoverflow.com/questions/8130692/how-can-query-string-parameters-be-forwarded-through-a-proxy-pass-with-nginx   * https://stackoverflow.com/questions/8130692/how-can-query-string-parameters-be-forwarded-through-a-proxy-pass-with-nginx
  
wiki/redirect_another_site_query_parameter_nginx.1651735919.txt.gz · Last modified: 2022/05/05 09:31 by antisa

Except where otherwise noted, content on this wiki is licensed under the following license: CC0 1.0 Universal
CC0 1.0 Universal Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki