Skip to content

Commit 6ce87f8

Browse files
authored
update next-build port (#17097)
1 parent b268d14 commit 6ce87f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.tugboat/vhost-next.conf

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@
2929
# Ignore redirecting error doc directory
3030
ProxyPass /.next/ !
3131
# Redirect requests to the running node server from next-build
32-
ProxyPass / http://localhost:3000/
33-
ProxyPassReverse / http://localhost:3000/
32+
ProxyPass / http://localhost:3999/
33+
ProxyPassReverse / http://localhost:3999/
3434

3535
# Available loglevels: trace8, ..., trace1, debug, info, notice, warn,
3636
# error, crit, alert, emerg.

0 commit comments

Comments
 (0)