fix http in vikunja
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Torma Kristóf 2023-08-14 20:40:57 +02:00
parent 8fb0ebb6fb
commit 32b2473c6c

View File

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