FIX: Adds localhost in the development server Caddyfile
Useful for MacOs
This commit is contained in:
committed by
Nicolás Hatcher Andrés
parent
fc7335707a
commit
e5a2db4d8c
@@ -4,4 +4,4 @@
|
|||||||
reverse_proxy /api/* 127.0.0.1:8000
|
reverse_proxy /api/* 127.0.0.1:8000
|
||||||
|
|
||||||
# everything else is the frontend
|
# everything else is the frontend
|
||||||
reverse_proxy :5173
|
reverse_proxy localhost:5173
|
||||||
|
|||||||
Reference in New Issue
Block a user