From: sobrado Date: Tue, 19 May 2015 18:03:32 +0000 (+0000) Subject: drop comment about being possible to include /etc/nginx/mime.types, X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=a4e5ab888f56fa4933fe180d1eb1162bc21b42b9;p=openbsd drop comment about being possible to include /etc/nginx/mime.types, we do not have to care about nginx anymore. ok jmc@ (who thinks previously suggested removing it), and reyk@ --- diff --git a/usr.sbin/httpd/httpd.conf.5 b/usr.sbin/httpd/httpd.conf.5 index 26d67981f8a..d9f46e69785 100644 --- a/usr.sbin/httpd/httpd.conf.5 +++ b/usr.sbin/httpd/httpd.conf.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: httpd.conf.5,v 1.57 2015/03/26 19:16:57 jmc Exp $ +.\" $OpenBSD: httpd.conf.5,v 1.58 2015/05/19 18:03:32 sobrado Exp $ .\" .\" Copyright (c) 2014, 2015 Reyk Floeter .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: March 26 2015 $ +.Dd $Mdocdate: May 19 2015 $ .Dt HTTPD.CONF 5 .Os .Sh NAME @@ -514,14 +514,6 @@ server "www.example.com" { listen on 10.0.0.1 port 80 } .Ed -.Pp -The syntax of the types section is also compatible with the format -used by nginx, so it is possible to include its -.Pa mime.types -file directly: -.Bd -literal -offset indent -include "/etc/nginx/mime.types" -.Ed .Sh SEE ALSO .Xr htpasswd 1 , .Xr httpd 8 ,