<div dir="ltr"><div dir="ltr"><br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Thu, Dec 12, 2019 at 5:03 PM Francis Daly <<a href="mailto:francis@daoine.org">francis@daoine.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On Thu, Dec 12, 2019 at 04:52:25PM +0000, James Read wrote:<br>
> On Thu, Dec 12, 2019 at 4:42 PM Francis Daly <<a href="mailto:francis@daoine.org" target="_blank">francis@daoine.org</a>> wrote:<br>
<br>
Hi there,<br>
<br>
> > If not, "nginx -V" should show the "configure arguments", which will<br>
> > show any --conf-path or --prefix that will indicate the default config<br>
> > file that nginx will use, if it is not the default-default.<br>
> <br>
> nginx version: nginx/1.16.1 (Ubuntu)<br>
> built with OpenSSL 1.1.1c  28 May 2019<br>
> TLS SNI support enabled<br>
> configure arguments: --with-cc-opt='-g -O2<br>
<br>
> --conf-path=/etc/nginx/nginx.conf --http-log-path=/var/log/nginx/access.log<br>
> --error-log-path=/var/log/nginx/error.log --lock-path=/var/lock/nginx.lock<br>
<br>
> This is the config file that I edited /etc/nginx/nginx.conf<br>
<br>
That looks correct to me, thanks.<br>
<br>
When you do the "reload", do you get anything new at the end of the<br>
error_log file, probably /var/log/nginx/error.log?<br>
<br>
If, for example, there is a config file error, then "reload" will not<br>
actually use the new file, and there should be something saying why.<br>
<br>
<br>
If that shows no problems, then something like<br>
<br>
  nginx -T | grep 'server\|listen'<br>
<br>
should show the "server" blocks, "listen" directives, and "server_name"<br>
configurations that nginx will use.<br>
<br>
If you consider any of the information there private -- names, or<br>
public IP addresses, for example -- feel free to edit them; but please<br>
do so consistently, so that any patterns remain visible.<br>
<br>
That configuration fragment may make it possible to learn which server{}<br>
nginx uses to handle your test request.<br></blockquote><div><br></div><div>I found the file /etc/nginx/sites-available/default which has the line:</div><div><br></div><div> root /var/www/html;</div><div><br></div><div>I edited the file there and now my edits work.</div><div><br></div><div>James</div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<br>
Cheers,<br>
<br>
        f<br>
-- <br>
Francis Daly        <a href="mailto:francis@daoine.org" target="_blank">francis@daoine.org</a><br>
_______________________________________________<br>
nginx mailing list<br>
<a href="mailto:nginx@nginx.org" target="_blank">nginx@nginx.org</a><br>
<a href="http://mailman.nginx.org/mailman/listinfo/nginx" rel="noreferrer" target="_blank">http://mailman.nginx.org/mailman/listinfo/nginx</a><br>
</blockquote></div></div>