Welcome! Log In Create A New Profile

Advanced

Re: SSI goes to backend

September 04, 2009 05:04AM
On Fri, Sep 04, 2009 at 01:55:50AM +0300, zepolen wrote:

> In the html for the backend app server is: <!--# include
> virtual="http://www.domain.com/ssi/base.html" -->
>
> Going to directly to http://www.domain.com/ssi/base.html in a browser
> shows the file ok
>
> However if it gets loaded as ssi, the request seems to go to the
> backend (which says 404) - instead of being served from nginx.
>
> Why is this?
>
> Nginx config:
>
> location / {
> ssi on;
> proxy_set_header Host $http_host;
> proxy_pass http://backend;
> proxy_redirect off;
> }
> location /ssi {
> alias /var/www/ssi;
> }

- <!--# include virtual="http://www.domain.com/ssi/base.html" -->
+ <!--# include virtual="/ssi/base.html" -->


--
Igor Sysoev
http://sysoev.ru/en/
Subject Author Posted

SSI goes to backend

zepolen September 03, 2009 07:18PM

Re: SSI goes to backend

Igor Sysoev September 04, 2009 05:04AM

Re: SSI goes to backend

zepolen September 04, 2009 10:53AM

Re: SSI goes to backend

Igor Sysoev September 04, 2009 10:53AM

Re: SSI goes to backend

Marcus Clyne September 04, 2009 10:53AM

Re: SSI goes to backend

Igor Sysoev September 04, 2009 10:53AM

Re: SSI goes to backend

Marcus Clyne September 04, 2009 11:14AM

Re: SSI goes to backend

Igor Sysoev September 04, 2009 11:26AM

Re: SSI goes to backend

Marcus Clyne September 04, 2009 11:56AM

Re: SSI goes to backend

Igor Sysoev September 04, 2009 12:04PM

Re: SSI goes to backend

Marcus Clyne September 04, 2009 12:22PM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 180
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 500 on July 15, 2024
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready