zulip/puppet/zulip
Alex Vandiver 4989221b9e nginx: Limit the methods that we proxy to Tornado.
While the Tornado server supports POST requests, those are only used
by internal endpoints.  We only support OPTIONS, GET, and DELETE
methods from clients, so filter everything else out at the nginx
level.

We set `Accepts` header on both `OPTIONS` requests and 405 responses,
and the CORS headers on `OPTIONS` requests.
2023-12-08 09:23:30 -08:00
..
files nginx: Limit the methods that we proxy to Tornado. 2023-12-08 09:23:30 -08:00
lib/puppet puppet: Support IPv6 nameservers. 2023-06-23 11:32:17 -07:00
manifests puppet: Update dependencies. 2023-12-07 18:45:10 -08:00
templates typos: Fix typos caught by typos. 2023-10-09 11:55:16 -07:00