Skip to content

Commit

Permalink
default backend to httpbin.org because it accepts the proxy's host he…
Browse files Browse the repository at this point in the history
…ader
  • Loading branch information
qrkourier committed Nov 3, 2023
1 parent 8e42f45 commit caa438f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions nfpm/zrok-share.env
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,9 @@ ZROK_ENABLE_TOKEN=""
# keep using the same share URL.
#
# backend-mode proxy (default): share a backend web server URL that's reachable by this host; must begin with 'http://' or
# 'https://'
ZROK_BACKEND="https://zrok.io"
# 'https://'; must accept the HOST header of the proxy frontend; check out Caddy mode if you need more control
ZROK_BACKEND="https://httpbin.org"
#ZROK_BACKEND="http://127.0.0.1:3000"
#
# backend-mode web: run a web server and share a static HTML directory that's present on this host; must begin with '/'
# and be readable by 'other'
Expand Down

0 comments on commit caa438f

Please sign in to comment.