Skip to content

Commit

Permalink
FIX: Adds localhost in the development server Caddyfile
Browse files Browse the repository at this point in the history
Useful for MacOs
  • Loading branch information
nhatcher committed Feb 22, 2025
1 parent fc73357 commit e5a2db4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webapp/app.ironcalc.com/Caddyfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
reverse_proxy /api/* 127.0.0.1:8000

# everything else is the frontend
reverse_proxy :5173
reverse_proxy localhost:5173

0 comments on commit e5a2db4

Please sign in to comment.