Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.

This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
Thanks for this guide! You might want to check the screenshots though, it seems they got mixed up a little.
@me: The screenshots seem to be in the correct order to me. Which screenshot are you talking about?
Instead of compiling nginx with pagespeed Debian/Ubuntu users can install <strong>nginx-extras</strong> from the <a href=“http://dotdeb.org”>dotdeb</a> repositories. This package <a href=“https://docs.google.com/a/jesin.tk/spreadsheet/ccc?key=0AjuNPnOoex7SdG5fUkhfc3BCSjJQbVVrQTg4UGU2YVE#gid=0”>contains</a> the ngx_pagespeed module.
Thanks for the tut.
one quick question, wouldn’t the compression feature in this case be useless if ngx_speed is used?? I think it is either to enable it and get rid of contents compression or disable it and have all contents compressed when sent over http…
somebody correct me if I’m wrong!!
Thanks
@Kamal thanks for the tut.
after I run sudo dpkg-buildpackage -b
I get this error
/bin/sh: 33: Syntax error: “(” unexpected make: *** [config.status.full] Error 2 dpkg-buildpackage: error: debian/rules build gave error exit status 2
could you help me?
thanks
I found the solution. It was a typo
CONFIGURE_OPTS) >@. All you have to do is add "–add-module=(MODULESDIR)/ngx_pagespeed-1.7.30.1-beta "
After the character --add-module= comes the character $
Does this setup work with Ubuntu 14.04 ? I want to run Nginx, WordPress on t but with Google Pagespeed.
@sameermanas: This will work on Ubuntu 14.04, but you are going to notice some slight differences. You can skip the part about enabling backports. Also the version of nginx in 14.04 is 1.4.6, so the paths will be different.
Hi, I need some help, when trying to install: sudo apt-get -t wheezy-backports build-dep nginx ==> Reading package lists… Done Building dependency tree Reading state information… Done Selected version ‘1.6.1-1~bpo70+1’ (wheezy-backports) for nginx Note, selecting ‘libexpat1-dev’ instead of ‘libexpat-dev’ Note, selecting ‘libgd-dev’ instead of ‘libgd2-dev’ Note, selecting ‘liblua5.1-0-dev’ instead of ‘liblua5.1-dev’ The following packages have unmet dependencies: libgeoip-dev : Depends: libgeoip1 (= 1.5.0-3~bpo70+1) but 1.6.0-1 is to be installed E: Build-dependencies for nginx could not be satisfied.
thanks