drop comment about being possible to include /etc/nginx/mime.types,
authorsobrado <sobrado@openbsd.org>
Tue, 19 May 2015 18:03:32 +0000 (18:03 +0000)
committersobrado <sobrado@openbsd.org>
Tue, 19 May 2015 18:03:32 +0000 (18:03 +0000)
we do not have to care about nginx anymore.

ok jmc@ (who thinks previously suggested removing it), and reyk@

usr.sbin/httpd/httpd.conf.5

index 26d6798..d9f46e6 100644 (file)
@@ -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 <reyk@openbsd.org>
 .\"
@@ -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 ,