p
Size: a a a
p
TF
p
p
е
p
MA
p
p
MA
p
p
MA
p
It should be noted that using an index file causes an internal redirect, and the request can be processed in a different location. For example, with the following configuration:
location = / {
index index.html;
}
location / {
...
}
a “/” request will actually be processed in the second location as “/index.html”.
p