Re: httpd: minor documentation fix for HSTS

2016-04-20 Thread Jason McIntyre
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. > fixed, thanks. jmc > Index: httpd.conf.5 > === > RCS file: /cvs/src/usr.sb

Re: httpd: minor documentation fix for HSTS

2016-04-17 Thread Jason McIntyre
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 ===

httpd: minor documentation fix for HSTS

2016-04-14 Thread Tim Baumgard
The "hsts" option isn't allowed to be nested within a "location" option. See parse.y:572. Index: httpd.conf.5 === RCS file: /cvs/src/usr.sbin/httpd/httpd.conf.5,v retrieving revision 1.68 diff -u -p -r1.68 httpd.conf.5 --- httpd.conf.