From 6d4efba4f343e6b394676ad20c0ac292ba974763 Mon Sep 17 00:00:00 2001 From: bndw Date: Sat, 14 Feb 2026 11:40:59 -0800 Subject: update deploy artifacts --- .ship/Caddyfile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to '.ship/Caddyfile') diff --git a/.ship/Caddyfile b/.ship/Caddyfile index 88ed6d3..572e43d 100644 --- a/.ship/Caddyfile +++ b/.ship/Caddyfile @@ -1,4 +1,4 @@ -nostr-grpc.x.bdw.to { +muxstr.x.bdw.to { # Route native gRPC to port 50051 @grpc { header Content-Type application/grpc* @@ -9,10 +9,11 @@ nostr-grpc.x.bdw.to { } } - # Everything else (Connect, WebSocket, HTML) to port 8006 - reverse_proxy localhost:8006 { + # Everything else (Connect, WebSocket, HTML) to port 8007 + reverse_proxy localhost:8007 { # Enable WebSocket support header_up Upgrade {http.request.header.Upgrade} header_up Connection {http.request.header.Connection} } } + -- cgit v1.2.3