Nginx - Configuration Syntax Error - See below for details on Custom HTTPD

nservices

Verified User
Joined
Dec 11, 2008
Messages
301
Hi,
Why I got the error: Configuration Syntax Error - See below for details
when I try to add:
Code:
        location /skin/m/ {
        rewrite ^/skin/m/([0-9]+)(/.*\.(js|css))$ /lib/minify/m.php?f=$2&d;=$1 last;
        }

on Custom HTTPD

it's should be valid code

Best Regards,
 
Back
Top