How would I do something like
if ( $host !~* ^(.domain(1|2|3)abc.com.)$" )
I’ve tried, doesn’t work Nginx 0.6.32
Thanks
How would I do something like
if ( $host !~* ^(.domain(1|2|3)abc.com.)$" )
I’ve tried, doesn’t work Nginx 0.6.32
Thanks
Hi Paul – looks like there’s an extra/unmatched quote (") after the
dollar
sign.
Yes That was a typo in the e-mail… I think I figured it out though…
It seemed to be an issue of what was happening after
the if statement and I needed to put in a break;
Thanks for looking !
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.
Sponsor our Newsletter | Privacy Policy | Terms of Service | Remote Ruby Jobs