Files and Paths
Project config
text
<project-root>/.devproxy/config.jsonRegistry
Windows:
text
%APPDATA%/devproxy/registry.jsonmacOS:
text
~/Library/Application Support/devproxy/registry.jsonLinux:
text
${XDG_DATA_HOME:-~/.local/share}/devproxy/registry.jsonCaddyfile
Windows:
text
%APPDATA%/devproxy/CaddyfilemacOS:
text
~/Library/Application Support/devproxy/CaddyfileLinux:
text
${XDG_DATA_HOME:-~/.local/share}/devproxy/CaddyfileHosts file
Windows:
text
C:\Windows\System32\drivers\etc\hostsmacOS and Linux:
text
/etc/hostsDevProxy only manages entries inside this block:
text
# BEGIN DEVPROXY
127.0.0.1 api.myapp.local
# END DEVPROXY