Welcome! Log In Create A New Profile

Advanced

multiple blocks or single reg exp

This forum is currently read only. You can not log in or make any changes. This is a temporary situation.
July 31, 2011 09:27AM
Hello,
which would be the best way to handle this multiple location blocks or a single location block with a regular exp.

location /css/ { root /var/www/static_includes/; expires 97d; }
location /images/ { root /var/www/static_includes/; expires 97d; }
location /js/ { root /var/www/static_includes/; expires 97d;}

----------------

location ~ /(css|images|js)/ {
root /var/www/static_includes/;
expires 97d;
}


Thanks.
Subject Author Posted

multiple blocks or single reg exp

token July 31, 2011 09:27AM

Re: multiple blocks or single reg exp

Maxim Dounin July 31, 2011 09:42AM

Re: multiple blocks or single reg exp

token July 31, 2011 09:54AM



Online Users

Guests: 313
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 500 on July 15, 2024
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready