680cc63b3d
Relay Deploy Dev / Deploy Relay Dev (push) Failing after 1s
Test / changes (push) Has been skipped
Test / backend-remote-checks (push) Waiting to run
Test / backend-clippy (push) Waiting to run
Test / backend-test (push) Waiting to run
Test / tauri-checks (push) Waiting to run
Remote Deploy Dev / Deploy Remote Dev (push) Failing after 2s
Test / frontend-checks (push) Waiting to run
Test / backend-schema-checks (push) Waiting to run
16 lines
387 B
Caddyfile
16 lines
387 B
Caddyfile
localhost:3001, relay.localhost:3001, *.relay.localhost:3001 {
|
|
tls internal
|
|
|
|
@relay host relay.localhost *.relay.localhost
|
|
handle @relay {
|
|
reverse_proxy 127.0.0.1:8082
|
|
}
|
|
|
|
@app expression `{http.request.host} == "localhost:3001" || {http.request.host} == "localhost"`
|
|
handle @app {
|
|
reverse_proxy 127.0.0.1:3000
|
|
}
|
|
|
|
respond "not found" 404
|
|
}
|