repos / pico

pico services - prose.sh, pastes.sh, imgs.sh, feeds.sh, pgs.sh
git clone https://github.com/picosh/pico.git

commit
f0191d0
parent
e80b160
author
Antonio Mika
date
2023-11-13 20:36:06 +0000 UTC
Redirect imgproxy root
1 files changed,  +9, -0
M caddy/Caddyfile.minio
+9, -0
 1@@ -58,6 +58,15 @@
 2 		reverse_proxy imgproxy:8081
 3 	}
 4 
 5+	@imgproxy_root {
 6+		host imgproxy.{$APP_DOMAIN}
 7+		path /
 8+	}
 9+
10+	handle @imgproxy_root {
11+		redir https://pico.sh
12+	}
13+
14 	@imgproxy {
15 		host imgproxy.{$APP_DOMAIN}
16 	}