On Mon, 2014-02-10 at 17:46 +0100, jack linkers wrote:
> Hello,
>
> I'm new to linux and webservers, but I have a brain and C# background.
> I installed ngx_pagespeed with nginx on a fresh ubuntu 13.10 following
> this
> tutorial
> :https://developers.google.com/speed/pagespeed/module/build_ngx_p
Hrmm, again I've only been using nginx a few days, but you may want to
start googling around. Maybe this link will help?
http://stackoverflow.com/questions/15208135/nginx-configuration-error
On Mon, Feb 10, 2014 at 10:15 AM, jack linkers wrote:
> Hi Josh,
>
> Yes, indeed I see inside /usr/loca
Hi Josh,
Yes, indeed I see inside /usr/local/nginx :
client_body_temp
conf
fastcgi_temp
html
logs
proxy_temp
sbin
scgi_temp
uwsgi_temp
But I don't understand what is the default.vhost file in it.
If I change :
include /etc/nginx/conf.d/*.conf;
include /etc/nginx/sites-enabled/*;
by :
I'm new to nginx myself, but I'm guessing because you're not using the
package manager to install nginx. The install location in configured by
the package. Following the build steps in your link...
sed -e "s|%%PREFIX%%|/usr/local/nginx|" \
-e "s|%%PID_PATH%%|/usr/local/nginx/logs/nginx.pid|" \
-
Hello,
I'm new to linux and webservers, but I have a brain and C# background.
I installed ngx_pagespeed with nginx on a fresh ubuntu 13.10 following this
tutorial :
https://developers.google.com/speed/pagespeed/module/build_ngx_pagespeed_from_source
I installed everything under root directory, suc