The surprising ways Nginx try_files actually works

Опубликовано: 30 Октябрь 2024
на канале: Chris Fidao
1,748
95

We see how Nginx's try_files directive actually works. It seems super simple at first, but there are configuration settings that affect how it works!

We'll see what other configuration we should care about, and how other Nginx location blocks can be used in conjunction with try_files.

⌚️ Timestamps
00:00 Intro
00:08 URI and the Document Root
01:01 What try_files does
02:27 Other location blocks with try_files
03:49 More examples
05:02 Review