1
0

18 lines
323 B
YAML
Raw Normal View History

2024-04-23 00:49:49 +12:00
nginx_sites:
- name: repo.balsillie.house
type: site
2024-04-23 02:14:39 +12:00
autoindex: 'on'
2024-04-23 00:49:49 +12:00
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
2024-04-23 02:14:39 +12:00
nginx_user: "http"