fix: do not use ssl for s3 when using vagrant
This commit is contained in:
parent
6b6c4ef3fa
commit
f2e2baa886
3 changed files with 11 additions and 5 deletions
|
|
@ -24,7 +24,6 @@ traefik_services:
|
|||
domain: authentik.local.test
|
||||
port: 443
|
||||
protocol: https
|
||||
|
||||
# Example: Add more services as you deploy them
|
||||
# - name: forgejo
|
||||
# domain: git.example.com
|
||||
|
|
@ -34,4 +33,6 @@ traefik_services:
|
|||
# - name: nextcloud
|
||||
# domain: cloud.example.com
|
||||
# port: 80
|
||||
# protocol: http
|
||||
# protocol: http
|
||||
|
||||
use_ssl: false # disable SSL redirect for vagrant
|
||||
Loading…
Add table
Add a link
Reference in a new issue