NGINX try_files with name as the last word in the $uri
问题 I've got an nginx on my server and I am trying to get it to open the file ' /config/www/pp1/index.php ' for address https://example.com/pp1 and ' /config/www/interpreter/index.html ' for https://example.com/interpreter. Furthermore all things like https://example.com/interpreter/res/docs should fire up ' /config/www/interpreter/res/docs.html '. I have made many attempts. Currently my default config file in /site-confs looks like this: server { listen 80; listen 443 ssl http2; server_name kni