Correction to Caddyfile template filename

This commit is contained in:
Fredrik Baberg 2023-01-11 16:14:34 +01:00
parent 55a0d03a93
commit 81dcd4d110

View File

@ -1,6 +0,0 @@
# OctoPrint WebUI through external access
:5000 {
reverse_proxy http://127.0.0.1:80 {
trusted_proxies {{ .trusted_proxies }}
}
}