Skip to content

Commit

Permalink
Merge branch 'main' into VACMS-16781-situation-updates
Browse files Browse the repository at this point in the history
  • Loading branch information
alexfinnarn authored Jan 30, 2024
2 parents 8b4e064 + 6ce87f8 commit b941e27
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .tugboat/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,7 @@ services:

# Create symlink between vets-website assets and next-build
# - ln -snf "${DOCROOT}/vendor/va-gov/vets-website/build/localhost/generated" "${TUGBOAT_ROOT}/next/public/generated"
- mkdir -p "${TUGBOAT_ROOT}/next/public"
- ln -snf "${TUGBOAT_ROOT}/vets-website/build/localhost/generated" "${TUGBOAT_ROOT}/next/public/generated"


Expand Down
4 changes: 2 additions & 2 deletions .tugboat/vhost-next.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit b941e27

Please sign in to comment.