Welcome! Log In Create A New Profile

Advanced

Re: Getting started

Francis Daly
December 11, 2019 03:32PM
On Tue, Dec 10, 2019 at 11:50:21PM +0000, James Read wrote:

Hi there,

nginx uses a single config file, which may "include" other files.

When a request comes in to nginx, it chooses one "server" to handle
the request; and then (with some exceptions) it chooses one "location"
to handle the request.

> I edited the config file as follows:
>
> http {
> server {
> location / {
> root /www;
> }
> }
> ...
> }
>
> I then reloaded the config file with sudo nginx -s reload. I created a test
> file at /www/index.html then when I tried to load the page in my browser I
> still got the default Welcome to nginx! page.
>
> What am I doing wrong?

One possibility is that your browser had cached its previous request
to nginx, so it never asked nginx for the request this time. If you
use "curl" to make a test request of the page, it should avoid that
possibility.

Another possibility is that the config file that you edited is not the
config file that the running nginx is using.

Or maybe, the server{} that you edited is not the server{} that nginx
chooses to handle the particular request that you made.

The nginx access log file should show something if the request got to
nginx -- that might rule out the first possibility above.

The nginx error log -- especially if it is in "debug" mode -- may show far
more than you ever want to know about what nginx is doing with a request.

That *might* show something about the other possibilities.

> I also tried editing the page at /usr/share/nginx/html/index.html None of
> my edits seem to have any effect. When I tried to load the page in my
> browser I still got the default Welcome to nginx! page.

That one is most likely browser caching, I guess.

Cheers,

f
--
Francis Daly francis@daoine.org
_______________________________________________
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx
Subject Author Posted

Getting started

James Read December 10, 2019 06:52PM

Re: Getting started

Francis Daly December 11, 2019 03:32PM

Re: Getting started

James Read December 11, 2019 03:56PM

Re: Getting started

Francis Daly December 12, 2019 11:26AM

Re: Getting started

James Read December 12, 2019 11:36AM

Re: Getting started

Francis Daly December 12, 2019 11:44AM

Re: Getting started

James Read December 12, 2019 11:54AM

Re: Getting started

Francis Daly December 12, 2019 12:04PM

Re: Getting started

James Read December 12, 2019 01:18PM

Re: Getting started

Francis Daly December 13, 2019 08:26AM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 285
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready