Welcome! Log In Create A New Profile

Advanced

Re: simple try_files not working

Igor Sysoev
February 20, 2010 11:36AM
On Wed, Feb 17, 2010 at 06:40:30PM +0100, Rapsey wrote:

> What I want is for nginx to serve a file if it can (it exists), if not to
> proxy the request to another server.
> I'm using 0.8.33
>
> server {
> listen 8080 default;
> server_name ~^(www\.)?(?<domain>.+)$;
> index index.html index.htm;
>
> if ($host ~* www\.(.*)) {
> set $host_without_www $1;
> rewrite ^(.*)$ http://$host_without_www$1 permanent;
> }

http://nginx.org/en/docs/http/converting_rewrite_rules.html


--
Igor Sysoev
http://sysoev.ru/en/

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

simple try_files not working

Rapsey February 20, 2010 11:36AM

Re: simple try_files not working

Igor Sysoev February 20, 2010 11:36AM

Re: simple try_files not working

Maxim Dounin February 20, 2010 11:36AM

Re: simple try_files not working

Tobia Conforto February 20, 2010 11:36AM

Re: simple try_files not working

Rapsey February 20, 2010 11:36AM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 172
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