Browse Source

stereodon + upload file x cicles, gancio e mastodon

lesion 2 years ago
parent
commit
f06f8c1ab4
1 changed files with 18 additions and 1 deletions
  1. 18 1
      vars/frontend.yml

+ 18 - 1
vars/frontend.yml

@@ -9,14 +9,31 @@ reverse_services:
   - gancio:
     server_name: gancio.cisti.org
     proxy_pass: http://192.168.200.14:13120
+    custom_config: |
+      sendfile             on;
+      client_max_body_size 10m;
 
   - mastodon:
     server_name: mastodon.cisti.org
     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:
     server_name: cicles.cisti.org
     proxy_pass: http://192.168.200.15:8080
+    custom_config: |
+      sendfile             on;
+      client_max_body_size 1000m;
+
 
   ## WEB STATICO
   - cisti:
@@ -49,4 +66,4 @@ reverse_services:
 
   - cal:
     server_name: cal.cisti.org
-    proxy_pass: http://192.168.200.104:5232
+    proxy_pass: http://192.168.200.104:5232