16 lines
302 B
YAML
16 lines
302 B
YAML
|
nginx_sites:
|
||
|
- name: repo.balsillie.house
|
||
|
type: site
|
||
|
root: /var/www/aur
|
||
|
- name: unifi.balsillie.house
|
||
|
type: proxy
|
||
|
upstream:
|
||
|
host: 127.0.0.1
|
||
|
port: 8989
|
||
|
- name: hv00.balsillie.house
|
||
|
type: proxy
|
||
|
upstream:
|
||
|
host: 127.0.0.1
|
||
|
port: 9443
|
||
|
|
||
|
nginx_user: "http"
|