emacs-survey-server/Caddyfile

20 lines
343 B
Caddyfile
Raw Normal View History

2022-10-23 17:14:17 +00:00
emacssurvey.tecosaur.net emacssurvey.org
2022-10-16 08:19:34 +00:00
2022-10-16 16:35:18 +00:00
@dynamic {
not path /css/*
2022-10-23 06:28:53 +00:00
not path /faq.html
2022-10-16 16:58:19 +00:00
not path /favicon.ico
not path /robots.txt
2022-10-16 16:35:18 +00:00
}
reverse_proxy @dynamic localhost:8000
2022-10-16 16:58:19 +00:00
root * /opt/emacs-survey/public
file_server
2022-10-16 17:03:21 +00:00
handle_errors {
rewrite * /{err.status_code}
reverse_proxy https://http.cat {
header_up Host {upstream_hostport}
}
}