allow http to continainer backend
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2022-05-28 23:24:23 +02:00
parent 752f7bb80d
commit 1a886ad9d4
7 changed files with 21 additions and 3 deletions

View File

@ -2,4 +2,5 @@ webserver:
- domain: "_"
port: 8080
bigrequests: false
https: false
...