This repository has been archived on 2023-04-02. You can view files and clone it, but cannot push or open issues or pull requests.
gitops-tbrnt/tobru-ch/cm-caddyfile.yaml
Tobias Brunner 76583d77e2
All checks were successful
continuous-integration/drone/push Build is passing
configure proxy for takahe
2023-01-09 07:48:45 +01:00

12 lines
202 B
YAML

apiVersion: v1
kind: ConfigMap
metadata:
name: caddyconfig
data:
Caddyfile: |
http://:8080 {
reverse_proxy https://social.tobru.ch {
header_up Host "social.tobru.ch"
}
}