Настройки nginx:
http {
include /etc/nginx/mime.types;
...
location /test {
autoindex on;
autoindex_exact_size on;
autoindex_localtime on;
types {
text/plain txt ks sh c cfg;
image/png png;
}
try_files $uri $uri/ =404;
}
txt, ks, sh, png открываются, а вот cfg не открывается. Так же не открываются различные Makefile и config.
Хотелось бы получить что-то типа вот этого: https://www.kernel.org/pub/scm/editors/uemacs/uemacs.git/
Как сделать так, чтобы браузер открывал любые текстовые файлы, а так же pdf, а не скачивал их?