odproxy/config.yml

17 lines
344 B
YAML
Raw Normal View History

listen: "[::]:3000"
proxy:
2023-06-15 18:09:58 +02:00
web:
hosts: [ "website.local.gd", "website-alt.local.gd" ]
socket: true
target: "./www.sock"
spawn:
command: "/usr/bin/node"
args: [ "./webserver/index.mjs" ]
envs: [ ["PORT", "www.sock"] ]
timeout: 10
2023-06-15 18:09:58 +02:00
git:
hosts: [ "git.local.gd" ]
target: "http://192.168.0.3:80"