From 853c8116fc84cc8b7a3005757e25ebf34bf4ba8b Mon Sep 17 00:00:00 2001 From: Tanner Heffner Date: Tue, 30 Jan 2024 08:54:00 -0800 Subject: [PATCH] update next-build port --- .tugboat/vhost-next.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.tugboat/vhost-next.conf b/.tugboat/vhost-next.conf index d7fa248234..37a18e2c8c 100644 --- a/.tugboat/vhost-next.conf +++ b/.tugboat/vhost-next.conf @@ -29,8 +29,8 @@ # Ignore redirecting error doc directory ProxyPass /.next/ ! # Redirect requests to the running node server from next-build - ProxyPass / http://localhost:3000/ - ProxyPassReverse / http://localhost:3000/ + ProxyPass / http://localhost:3999/ + ProxyPassReverse / http://localhost:3999/ # Available loglevels: trace8, ..., trace1, debug, info, notice, warn, # error, crit, alert, emerg.