dear nginx experts --- If I use an alias in my location, then
$realpath shows in my log file what file was actually served up.
Great.
How can I show in the access log file what file(s) nginx tried? I do
not want the full rewrite engine in the debug log --- it contains way
too many things I do not
n, Feb 19, 2023 at 05:49:48PM -0800, Ivo Welch wrote:
>
> Hi there,
>
> > thank you, F. I created a completely new ubuntu VM, with a completely
> > vanilla configuration and only this one extra location statement at
> > http://164.67.176.22/ , describing the nginx conf
please ignore previous email. nanaya has an explanation that I need
to explore. I think this would make a great example for an FAQ...
On Sat, Feb 18, 2023 at 10:27 PM nanaya wrote:
>
> Hi
>
> On Sun, Feb 19, 2023, at 10:27, Ivo Welch wrote:
> > 2. why does
> >
&
Daly wrote:
>
> On Sat, Feb 18, 2023 at 05:27:45PM -0800, Ivo Welch wrote:
>
> Hi there,
>
> > 1. is this mailing list the correct place to suggest additions to the FAQ?
>
> It's as good a place as any, yes.
>
> > 2. why does
> >
> > ```
> &
1. is this mailing list the correct place to suggest additions to the FAQ?
2. why does
```
location /wth {
root /var/www/fcgi-bin/;
index wth-root.html;
}
```
not resolve '/wth' (but incidentally does resolve '/wth-root.html',
though not '/wth-root').
I have been scratching my head about