add dpaste.thezengarden.net; update cert refs; generic updates
This commit is contained in:
@ -39,12 +39,12 @@
|
||||
|
||||
|
||||
proxy_site_ssl_directory : /etc/nginx/ssl
|
||||
proxy_site_ssl_certificate : "{{ proxy_site_ssl_directory }}/thezengarden.net/fullchain26.pem"
|
||||
proxy_site_ssl_certificate_key : "{{ proxy_site_ssl_directory }}/thezengarden.net/privkey26.pem"
|
||||
proxy_site_ssl_certificate_ch : "{{ proxy_site_ssl_directory }}/chris-hammer.com/fullchain15.pem"
|
||||
proxy_site_ssl_certificate_key_ch : "{{ proxy_site_ssl_directory }}/chris-hammer.com/privkey15.pem"
|
||||
proxy_site_ssl_certificate_cht : "{{ proxy_site_ssl_directory }}/christian-hammer.com/fullchain24.pem"
|
||||
proxy_site_ssl_certificate_key_cht : "{{ proxy_site_ssl_directory }}/christian-hammer.com/privkey24.pem"
|
||||
proxy_site_ssl_certificate : "{{ proxy_site_ssl_directory }}/thezengarden.net/fullchain27.pem"
|
||||
proxy_site_ssl_certificate_key : "{{ proxy_site_ssl_directory }}/thezengarden.net/privkey27.pem"
|
||||
proxy_site_ssl_certificate_ch : "{{ proxy_site_ssl_directory }}/chris-hammer.com/fullchain16.pem"
|
||||
proxy_site_ssl_certificate_key_ch : "{{ proxy_site_ssl_directory }}/chris-hammer.com/privkey16.pem"
|
||||
proxy_site_ssl_certificate_cht : "{{ proxy_site_ssl_directory }}/christian-hammer.com/fullchain25.pem"
|
||||
proxy_site_ssl_certificate_key_cht : "{{ proxy_site_ssl_directory }}/christian-hammer.com/privkey25.pem"
|
||||
proxy_site_ssl_protocols : TLSv1.2
|
||||
proxy_site_ssl_ciphers : ECDHE-RSA-AES256-GCM-SHA384:ECDHE-RSA-AES128-GCM-SHA256
|
||||
|
||||
|
@ -1,11 +1,11 @@
|
||||
---
|
||||
|
||||
proxy_sites:
|
||||
wiki.thezengarden.net:
|
||||
proto : http
|
||||
dest : docker.thezengarden.net
|
||||
port : 8081
|
||||
max_upload : "{{ proxy_default_max_upload }}"
|
||||
# wiki.thezengarden.net:
|
||||
# proto : http
|
||||
# dest : docker.thezengarden.net
|
||||
# port : 8081
|
||||
# max_upload : "{{ proxy_default_max_upload }}"
|
||||
|
||||
|
||||
git.thezengarden.net:
|
||||
@ -35,6 +35,11 @@ proxy_sites:
|
||||
port : 7777
|
||||
max_upload : "{{ proxy_default_max_upload }}"
|
||||
|
||||
dpaste.thezengarden.net:
|
||||
proto : http
|
||||
dest : podman.thezengarden.net
|
||||
port : 8888
|
||||
max_upload : "{{ proxy_default_max_upload }}"
|
||||
|
||||
ipam.thezengarden.net:
|
||||
proto : http
|
||||
@ -131,10 +136,10 @@ proxy_sites:
|
||||
max_upload : "{{ proxy_default_max_upload }}"
|
||||
|
||||
|
||||
pw-old.thezengarden.net:
|
||||
proto : http
|
||||
dest : docker.thezengarden.net
|
||||
port : 8001
|
||||
# pw-old.thezengarden.net:
|
||||
# proto : http
|
||||
# dest : docker.thezengarden.net
|
||||
# port : 8001
|
||||
|
||||
|
||||
pw.thezengarden.net:
|
||||
@ -198,10 +203,10 @@ proxy_sites:
|
||||
port : 443
|
||||
|
||||
|
||||
sso.thezengarden.net:
|
||||
proto : https
|
||||
dest : docker.thezengarden.net
|
||||
port : 9443
|
||||
# sso.thezengarden.net:
|
||||
# proto : https
|
||||
# dest : docker.thezengarden.net
|
||||
# port : 9443
|
||||
|
||||
|
||||
stor1.thezengarden.net:
|
||||
@ -220,7 +225,6 @@ proxy_sites:
|
||||
proto: https
|
||||
dest: proxmox_nodes
|
||||
upstream_servers:
|
||||
- zg-vm1.thezengarden.net:8006
|
||||
- zg-vm2.thezengarden.net:8006
|
||||
- zg-vm3.thezengarden.net:8006
|
||||
- zg-vm4.thezengarden.net:8006
|
||||
|
Reference in New Issue
Block a user