Re: httpd: default to text/plain for .diff and .patch

2022-09-24 Thread Omar Polo
On 2022/09/23 21:37:13 +, Klemens Nanni wrote: > In the few places I run httpd(8) patches usually float around and I do > look at them with Firefox. > > But unless httpd.conf(5) contains `types { text/plain diff patch }' the > browser will download the file instead of displaying it as text. >

httpd: default to text/plain for .diff and .patch

2022-09-23 Thread Klemens Nanni
In the few places I run httpd(8) patches usually float around and I do look at them with Firefox. But unless httpd.conf(5) contains `types { text/plain diff patch }' the browser will download the file instead of displaying it as text. Would it be sensible to add them to the default list so this l