Skip to content

Commit

Permalink
refine etherpad in nginx wanted services condition
Browse files Browse the repository at this point in the history
  • Loading branch information
HarHarLinks authored Jan 23, 2022
1 parent a9dd397 commit 44ae8d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion group_vars/matrix_servers
Original file line number Diff line number Diff line change
Expand Up @@ -1483,7 +1483,7 @@ matrix_nginx_proxy_systemd_wanted_services_list: |
+
(['matrix-bot-go-neb.service'] if matrix_bot_go_neb_enabled else [])
+
(['matrix-etherpad.service'] if matrix_etherpad_enabled else [])
(['matrix-etherpad.service'] if matrix_etherpad_enabled and matrix_dimension_enabled else [])
}}

matrix_ssl_domains_to_obtain_certificates_for: |
Expand Down

0 comments on commit 44ae8d3

Please sign in to comment.