emacs-survey-server/Caddyfile

12 lines
184 B
Caddyfile
Raw Normal View History

2022-10-16 08:19:34 +00:00
emacssurvey.tecosaur.net
2022-10-16 16:35:18 +00:00
@dynamic {
not path /css/*
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