Update of nginx
António P. P. Almeida
appa at perusio.net
Tue Dec 13 07:49:09 UTC 2011
On 13 Dez 2011 06h35 WET, reallfqq-nginx at yahoo.fr wrote:
> [1 <multipart/alternative (7bit)>]
> [1.1 <text/plain; UTF-8 (7bit)>]
> Hello,
>
> I am encountering a problem while updating my nginx server.
>
> I first configured and built the new version 1.1.11. I then stopped
> the server, checked it has been done, executed the make install and
> checked the configuration with the '-t' option which was OK. I then
> started the new version, but I am still seeing the 1.0.9 number in
> the header of the pages loaded in my browser. I hit F5 several times
> to be sure it wasn't the cache.
F5 -> usually reload (loads from cache if possible - check network
panel on firebug or chrome browser inspector for confirmation)
Ctrl + F5 -> reload without fetching from cache.
> What did I miss?
Perhaps the above.
Also try to use something like curl for checking, not a browser:
curl -I <mysite>
Check the headers.
--- appa
More information about the nginx
mailing list