tags:

views:

18

answers:

1

Dear all

I wish to use nginx with gzip compression on ubuntu 64bit. I have set up nginx by command

sudo apt-get install nginx

And it doesn't work.

Does any one know how to install nginx with Ubuntu 64bit?

Please advise.

Best regards, LeeJava

A: 

This should get it running:

sudo apt-get install linux32 ia32*

(btw - this question should really be on superuser.com.)

Amardeep