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