fix http in vikunja
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Torma Kristóf 2023-08-14 20:40:57 +02:00
parent 8fb0ebb6fb
commit 32b2473c6c
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ webserver:
bigrequests: false
https: false
additionallocations:
- https: true
- https: false
port: 8080
location: '~* ^/(api|dav|\.well-known)/'
...