bank: Set up revbank-deposit
This commit is contained in:
parent
75795f0238
commit
f5a61a557d
7 changed files with 97 additions and 3 deletions
|
@ -1,2 +1,17 @@
|
|||
---
|
||||
deposit_hostname: deposit.bitlair.nl
|
||||
|
||||
acme_domains:
|
||||
- "{{ deposit_hostname }}"
|
||||
|
||||
nginx_sites:
|
||||
- server_name: "{{ deposit_hostname }}"
|
||||
config:
|
||||
- |-
|
||||
location / {
|
||||
proxy_pass http://localhost:8000/;
|
||||
include proxy_params;
|
||||
}
|
||||
|
||||
group_nft_input:
|
||||
- "tcp dport { http, https } accept # Allow web-traffic from world"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue