This repository has been archived on 2024-11-01. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
services/caddy/config/conf.002.d/msrg.cc.conf

9 lines
225 B
Text

msrg.cc {
import default
header /.well-known/* Access-Control-Allow-Origin *
rewrite * /function/webpage-msrg-cc{uri}
reverse_proxy https://faas.serguzim.me {
header_up Host {http.reverse_proxy.upstream.hostport}
}
}