Welcome! Log In Create A New Profile

Advanced

location vs. rewite

April 01, 2013 08:51AM
I want to server favicon from a different place rather than the root folder. As I explored I have two options

1.
location = /favicon.ico { alias /var/www/media/images/favicon.X.ico; }

2.
rewrite ^/favicon.ico /var/www/media/images/favicon.X.ico last;

As I understand the second one needs an additional regex check for every request to check if the url is favicon or not (imagine that we have a rewite of ^/(.*)\.(.*) and thus the favicon rewite must be first).

How the location works? Does it also should be checked on every request?

In general, which solution is better ?
Subject Author Posted

location vs. rewite

etrader April 01, 2013 08:51AM

Re: location vs. rewite

Anton Yuzhaninov April 01, 2013 08:58AM

Re: location vs. rewite

etrader April 04, 2013 04:16AM

Re: location vs. rewite

locojohn May 05, 2013 03:03PM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

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