al-quran.reflectslight.io/config/remote.yml.sample

40 lines
515 B
Text
Raw Normal View History

2023-03-17 20:08:14 +01:00
##
# /etc/rc.conf
2023-03-14 22:24:33 +01:00
rc:
hostname: <hostname>
2023-03-17 20:08:14 +01:00
2023-03-25 12:53:22 +01:00
##
# deploy
deploy:
uri: user@hostname:/path/
2023-03-17 20:08:14 +01:00
##
# nginx
nginx:
root: <path>
user: <username>
worker:
process_count: <x>
conn_count: <y>
logs:
errors: <path>
access: <path>
ssl:
cert: <path>
cert_key: <path>
##
# pf (firewall)
2023-03-14 22:24:33 +01:00
pf:
iface: <interface>
pass:
in:
- from: any
to: <rc.hostname>
proto: tcp
port: 80
out:
- to: <trusted_host>
proto: <protocol>
port: <port>