frontend.yml 231 B

12345678910
  1. ---
  2. with_certbot: true
  3. certbot_email: info@cisti.org
  4. servers:
  5. - cicles:
  6. server_name: antani.cisti.org
  7. proxy_pass: http://localhost:8001
  8. custom_config: |
  9. sendfile on;
  10. client_max_body_size 500m;