Serve static files with NGINX only
-
I really like BWM. I decide to use it on all of my sites. But I am confused about using suggested rewrite rules for NGINX. I can’t realize why do you use rule that rise apache to server static files? Why NGINX can’t serve that files directly?
I tell about this line:
rewrite ^/cache/minify-b(\d+)-([a-zA-Z0-9-_.]+)\.(css|js)$ /index.php?blog=$1&min_group=$2&min_type=$3 last;
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘Serve static files with NGINX only’ is closed to new replies.