nginx.conf: Don't activate autoindex in orgmode.org/elpa/ Org ELPA is obsolete since the release of Org 9.6.
1 files changed, 0 insertions(+), 4 deletions(-) M nginx.conf
M nginx.conf => nginx.conf +0 -4
@@ 6,10 6,6 @@ server { try_files $uri $uri/ =404; } - location /elpa/ { - autoindex on; - } - location /worg/images/ { autoindex on; }