started to work my location rule changed it like this as per your
recommendation
location ^~ /static {
Thanks a Lot
Roni Baby
-Original Message-
From: Nginx [mailto:nginx-boun...@nginx.org] On Behalf Of Francis Daly
Sent: 07 April 2016 03:17
To: nginx@nginx.org
Subject: Re: Help for Nginx
proxy
On Wed, Apr 6, 2016 at 4:14 PM, Roni Baby
wrote:
> HI,
>
>
>
> We have a WordPress site named it as https://www.abc.com; We are using
> Nginx as the web server for this site. I wanted to create a proxy pass
> rule like this
>
>
>
> https://www.abc.com
HI,
We have a WordPress site named it as https://www.abc.com; We are using Nginx
as the web server for this site. I wanted to create a proxy pass rule like
this
https://www.abc.com/static/js/widget.js will be load from
https://www.xys.org/static/js/widget.js without changing URL
Here is