mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
Allow HTTP Request Method REPORT
Used in the Nextcloud Calendar App
This commit is contained in:
parent
2de17c978c
commit
6ee2609ad8
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ AUTO_LETS_ENCRYPT=yes
|
|||
USE_CLIENT_CACHE=yes
|
||||
USE_GZIP=yes
|
||||
X_FRAME_OPTIONS=SAMEORIGIN
|
||||
ALLOWED_METHODS=GET|POST|HEAD|COPY|DELETE|LOCK|MKCOL|MOVE|PROPFIND|PROPPATCH|PUT|UNLOCK|OPTIONS
|
||||
ALLOWED_METHODS=GET|POST|HEAD|COPY|DELETE|LOCK|MKCOL|MOVE|PROPFIND|PROPPATCH|PUT|UNLOCK|OPTIONS|REPORT
|
||||
BAD_BEHAVIOR_STATUS_CODES=400 401 403 405 444
|
||||
MAX_CLIENT_SIZE=10G
|
||||
LIMIT_REQ_URL_1=/apps
|
||||
|
|
|
|||
Loading…
Reference in a new issue