An additional note:
The location instruction:
location /support/userdoc/ {
refers to a virtual directory. (It does not really exist in the file system, but is solely used as an entry point to the download)
However, the Nginx access log indicates that the directory is being handled appropriately:
[05/Jan/2020:11:11:15 -0800] "GET /support/userdoc/SII_Errata_14_Lgs_P22338-04A_e.pdf HTTP/1.1" 200 1589455 "-" "Mozilla/5.0 (Linux; Android 6.0.1;
The location instruction:
location /support/userdoc/ {
refers to a virtual directory. (It does not really exist in the file system, but is solely used as an entry point to the download)
However, the Nginx access log indicates that the directory is being handled appropriately:
[05/Jan/2020:11:11:15 -0800] "GET /support/userdoc/SII_Errata_14_Lgs_P22338-04A_e.pdf HTTP/1.1" 200 1589455 "-" "Mozilla/5.0 (Linux; Android 6.0.1;