fix vikunja
Some checks reported errors
continuous-integration/drone/push Build was killed

This commit is contained in:
2023-08-14 20:23:20 +02:00
parent a769494bc7
commit 8fb0ebb6fb
3 changed files with 14 additions and 10 deletions

View File

@ -2,7 +2,11 @@
ansible_host: vikunja.intra.tormakris.dev
webserver:
- domain: "vikunja.tormakristof.eu"
port: 8080
port: 8081
bigrequests: false
https: false
additionallocations:
- https: true
port: 8080
location: '~* ^/(api|dav|\.well-known)/'
...