Skip to content

Commit

Permalink
Allow HTTP Request Method REPORT
Browse files Browse the repository at this point in the history
Used in the Nextcloud Calendar App
  • Loading branch information
jonas0b1011001 authored Sep 13, 2024
1 parent 2de17c9 commit 6ee2609
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/nextcloud/variables.env
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6ee2609

Please sign in to comment.