We run Ubuntu on many servers and have come to prefer the binaries offered
by nginx.org rather than the Ubuntu ppa's
One advantage is that upgrades go smoother because the nginx upgrades don't
ask unnecessary questions.
On Fri, Nov 22, 2013 at 4:06 AM, Francis Daly wrote:
> On Fri, Nov 22, 201
I thought that "if" statements slowed nginx down?
On Sun, Aug 18, 2013 at 6:27 AM, howard chen wrote:
> Hi,
>
> Thanks for the insight.
>
> Finally I solved by:
>
> if ($scheme = https) {
> gzip off;
> }
>
> Separating into two servers require to duplicate the rules like rewrite,
> which is
Maybe you should tell us what yo are trying to do in more detail. If all
you are trying to do is rate limit, there are easier ways to do it.
On Tue, Aug 13, 2013 at 1:39 PM, B.R. wrote:
> Hello,
>
> On Tue, Aug 13, 2013 at 9:12 AM, Jaap van Arragon <
> j.vanarra...@lukkien.com> wrote:
>
>> Hell
One dirty way to do it would be to use a program to monitor the connections
that access that location and then, when 20 connections in an hour have
occurred, have the config file swapped out and replaced with another that
does not have that location block. There is a way to get Nginx to reread
it's
I agree. That is not the right way to design a website.
What about portable website development anyway?
Lean website design works for me and the websites that we design look great
on virtually any interface. They are not gaudy though and do not feature a
bunch of flashy details.
Lean and clean.
Maybe a directory permission problem?
On Fri, Aug 2, 2013 at 3:50 PM, atul1985 wrote:
> Hi
>
> Can you please see my site www.techofweb.com
> I just migrated from another server
>
> None page except homepage is opening
>
> Please if somebody can reply uregently
>
> Thanks'
> Atul
>
> Posted at
Are you saying that you do not have administrative control of your system?
Jonathan is right - set policies that disallow large file sizes and enforce
them.
If necessary use chron to check for large files and remove them.
On Wed, Mar 6, 2013 at 2:28 PM, Calin Don wrote:
> Unfortunately the wa