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

12 lines
202 B
YAML
Raw Normal View History

apiVersion: v1
kind: ConfigMap
metadata:
name: caddyconfig
data:
2023-01-09 06:48:21 +00:00
Caddyfile: |
http://:8080 {
reverse_proxy https://social.tobru.ch {
header_up Host "social.tobru.ch"
}
}