stereodon + upload file x cicles, gancio e mastodon
This commit is contained in:
parent
cf6d393af1
commit
f06f8c1ab4
1 changed files with 18 additions and 1 deletions
|
@ -9,14 +9,31 @@ reverse_services:
|
||||||
- gancio:
|
- gancio:
|
||||||
server_name: gancio.cisti.org
|
server_name: gancio.cisti.org
|
||||||
proxy_pass: http://192.168.200.14:13120
|
proxy_pass: http://192.168.200.14:13120
|
||||||
|
custom_config: |
|
||||||
|
sendfile on;
|
||||||
|
client_max_body_size 10m;
|
||||||
|
|
||||||
- mastodon:
|
- mastodon:
|
||||||
server_name: mastodon.cisti.org
|
server_name: mastodon.cisti.org
|
||||||
proxy_pass: http://192.168.200.13:80
|
proxy_pass: http://192.168.200.13:80
|
||||||
|
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;
|
||||||
|
|
||||||
- cicles:
|
- cicles:
|
||||||
server_name: cicles.cisti.org
|
server_name: cicles.cisti.org
|
||||||
proxy_pass: http://192.168.200.15:8080
|
proxy_pass: http://192.168.200.15:8080
|
||||||
|
custom_config: |
|
||||||
|
sendfile on;
|
||||||
|
client_max_body_size 1000m;
|
||||||
|
|
||||||
|
|
||||||
## WEB STATICO
|
## WEB STATICO
|
||||||
- cisti:
|
- cisti:
|
||||||
|
@ -49,4 +66,4 @@ reverse_services:
|
||||||
|
|
||||||
- cal:
|
- cal:
|
||||||
server_name: cal.cisti.org
|
server_name: cal.cisti.org
|
||||||
proxy_pass: http://192.168.200.104:5232
|
proxy_pass: http://192.168.200.104:5232
|
Loading…
Reference in a new issue