mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
docs: use mkdocs admonition for ALLOWED_METHODS note
This commit is contained in:
parent
7c7446f736
commit
22ea722189
1 changed files with 3 additions and 1 deletions
|
|
@ -41,7 +41,9 @@ STREAM support :x:
|
|||
|
||||
You can control the allowed HTTP methods by listing them (separated with "|") in the `ALLOWED_METHODS` setting (default : `GET|POST|HEAD`). Clients sending a method which is not listed will get a "405 - Method Not Allowed".
|
||||
|
||||
Note that if `POST` is required, then `OPTIONS` should also be specified to allow for the CORS pre-flight request.
|
||||
!!! note Using POST
|
||||
|
||||
If `POST` is required, then `OPTIONS` should also be specified to allow for the CORS pre-flight request.
|
||||
|
||||
### Max sizes
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue