On Thu, Apr 14, 2016 at 12:10:19PM -0500, Tim Baumgard wrote:
> The "hsts" option isn't allowed to be nested within a "location"
> option. See parse.y:572.
> 

that looks correct. but i think alias and tls should also be in the
list. anyone want to confirm?

jmc

Index: httpd.conf.5
===================================================================
RCS file: /cvs/src/usr.sbin/httpd/httpd.conf.5,v
retrieving revision 1.68
diff -u -r1.68 httpd.conf.5
--- httpd.conf.5        19 Jul 2015 05:17:27 -0000      1.68
+++ httpd.conf.5        17 Apr 2016 14:32:10 -0000
@@ -299,11 +299,14 @@
 argument will be matched against the request path with shell globbing rules.
 A location section may include most of the server configuration rules
 except
+.Ic alias ,
 .Ic connection ,
+.Ic hsts ,
 .Ic listen on ,
-.Ic location
+.Ic location ,
+.Ic tcp
 and
-.Ic tcp .
+.Ic tls .
 .It Ic location match Ar path Brq ...
 Like the
 .Ic location

Reply via email to