2020-11-21 23:42:08 +01:00
|
|
|
---
|
|
|
|
with_certbot: true
|
|
|
|
certbot_email: info@cisti.org
|
2022-03-26 18:21:41 +01:00
|
|
|
reverse_services:
|
|
|
|
- pad:
|
|
|
|
server_name: pad.cisti.org
|
|
|
|
proxy_pass: http://192.168.200.12:8001
|
|
|
|
|
|
|
|
- gancio:
|
|
|
|
server_name: gancio.cisti.org
|
|
|
|
proxy_pass: http://192.168.200.14:13120
|
2022-03-27 23:48:17 +02:00
|
|
|
custom_config: |
|
|
|
|
sendfile on;
|
|
|
|
client_max_body_size 10m;
|
2022-03-26 18:21:41 +01:00
|
|
|
|
|
|
|
- mastodon:
|
|
|
|
server_name: mastodon.cisti.org
|
|
|
|
proxy_pass: http://192.168.200.13:80
|
2022-03-27 23:48:17 +02:00
|
|
|
custom_config: |
|
|
|
|
sendfile on;
|
|
|
|
client_max_body_size 10m;
|
|
|
|
|
|
|
|
- stereodon:
|
|
|
|
server_name: stereodon.social
|
|
|
|
proxy_pass: http://192.168.200.18:80
|
|
|
|
custom_config: |
|
|
|
|
sendfile on;
|
|
|
|
client_max_body_size 10m;
|
2022-03-26 18:21:41 +01:00
|
|
|
|
2022-03-26 18:37:11 +01:00
|
|
|
- cicles:
|
|
|
|
server_name: cicles.cisti.org
|
|
|
|
proxy_pass: http://192.168.200.15:8080
|
2022-03-27 23:48:17 +02:00
|
|
|
custom_config: |
|
|
|
|
sendfile on;
|
|
|
|
client_max_body_size 1000m;
|
|
|
|
|
2022-03-26 18:37:11 +01:00
|
|
|
|
|
|
|
## WEB STATICO
|
2022-03-26 18:21:41 +01:00
|
|
|
- cisti:
|
|
|
|
server_name: cisti.org
|
|
|
|
proxy_pass: http://192.168.200.10
|
|
|
|
|
|
|
|
- facciamo:
|
|
|
|
server_name: facciamo.cisti.org
|
|
|
|
proxy_pass: http://192.168.200.10
|
|
|
|
|
|
|
|
- farma:
|
|
|
|
server_name: farma.cisti.org
|
|
|
|
proxy_pass: http://192.168.200.10
|
|
|
|
|
2022-03-26 18:37:11 +01:00
|
|
|
- hackrocchio:
|
|
|
|
server_name: hackrocchio.org
|
|
|
|
proxy_pass: http://192.168.200.10
|
|
|
|
|
|
|
|
- autogestione:
|
|
|
|
server_name: autogestione.social
|
|
|
|
proxy_pass: http://192.168.200.10
|