Francis Daly
December 04, 2012 10:14AM
On Tue, Dec 04, 2012 at 08:20:37AM -0500, srinivasa.nallapati wrote:

Hi there,

> GET
> http://srinivas.walkingtree.in/joomla/components/com_virtuemart/assets/css/facebox.css
> 404 (Not Found) /:12

What file, on what server, does that "facebox.css" correspond to?

If you issue the request with "curl -i", can you see whether the 404
message came from nginx or from something else?

Untested, but I suspect that you want either

location / {
proxy_pass http://192.168.1.203;
# the rest of the config goes here
}

or

location /joomla/ {
proxy_pass http://192.168.1.203/joomla/;
# the rest of the config goes here
}
location = / {
return 301 /joomla/;
}

to achieve what you want -- but it's not yet clear exactly what you want.

http://nginx.org/r/proxy_pass for details.

f
--
Francis Daly francis@daoine.org

_______________________________________________
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx
Subject Author Posted

redirect joomla url to dns name

srinivasa.nallapati December 04, 2012 04:10AM

Re: redirect joomla url to dns name

Francis Daly December 04, 2012 07:22AM

Re: redirect joomla url to dns name

srinivasa.nallapati December 04, 2012 07:34AM

Re: redirect joomla url to dns name

Antonio P.P. Almeida December 04, 2012 07:42AM

Re: redirect joomla url to dns name

srinivasa.nallapati December 04, 2012 07:48AM

Re: redirect joomla url to dns name

srinivasa.nallapati December 04, 2012 08:16AM

Re: redirect joomla url to dns name

srinivasa.nallapati December 04, 2012 08:20AM

Re: redirect joomla url to dns name

Francis Daly December 04, 2012 10:14AM

Re: redirect joomla url to dns name

srinivasa.nallapati December 04, 2012 10:46AM

Re: redirect joomla url to dns name

Francis Daly December 04, 2012 01:18PM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 107
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready