Add minio and separate caddy config

This commit is contained in:
Tobias Reisinger 2022-11-21 01:38:31 +01:00
parent 9edc21c59d
commit a14902ddf9
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
23 changed files with 45 additions and 0 deletions

View file

@ -0,0 +1,12 @@
serguzim.me {
header Strict-Transport-Security "max-age=31536000; includeSubdomains; preload"
redir https://www.serguzim.me{uri}
}
www.serguzim.me {
import default
rewrite * /function/webpage-serguzim-me{uri}
reverse_proxy https://faas.serguzim.me {
header_up Host {http.reverse_proxy.upstream.hostport}
}
}