Create Caddyfile-nossl

This commit is contained in:
tschettervictor
2024-09-14 18:32:59 -06:00
committed by GitHub
parent 61db078d80
commit fd3f26177f

View File

@@ -0,0 +1,9 @@
yourhostnamehere:80 {
reverse_proxy * localhost:4567
log {
output file /var/log/yourhostnamehere.log
}
}