Welcome! Log In Create A New Profile

Advanced

Re: Variable $1 is Empty

António P. P. Almeida
October 14, 2010 08:46AM
On 14 Out 2010 11h56 WEST, suryo.dinoto@gmail.com wrote:

> Hi everyone,
>
> This is my first time installing nginx. I install it on my Debian
> 5.0.3 VPS and use Debian's repository to install it (version:
> 0.6.32).
>
> I'm having problem with using regular expression at server_name.
> Here's my configuration:
>
> server {
> listen 80;
> server_name ~^(.+)\.mydomain\.com$;
> location / {
> root /home/$1/public_html;
> index index.html index.htm;
> }
> }

According to http://nginx.org/en/docs/http/server_names.html you need
version >= 0.7.40 in order to use regex with capturing groups in
server_name. Apart from that your config seems correct.

--- appa


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

Variable $1 is Empty

Indra Setiawan October 14, 2010 07:08AM

Re: Variable $1 is Empty

lhmwzy October 14, 2010 08:04AM

Re: Variable $1 is Empty

António P. P. Almeida October 14, 2010 08:46AM

Re: Variable $1 is Empty

Maxim Dounin October 14, 2010 08:54AM

Re: Variable $1 is Empty

Maxim Dounin October 14, 2010 09:00AM

Re: Variable $1 is Empty

Indra Setiawan October 14, 2010 12:22PM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

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