3
0
mirror of https://github.com/spantaleev/matrix-docker-ansible-deploy.git synced 2025-12-23 17:23:08 +00:00
This commit is contained in:
p5t2vspoqqw
2019-05-09 09:34:09 +02:00
75 changed files with 617 additions and 46 deletions

View File

@@ -1,3 +1,4 @@
#jinja2: lstrip_blocks: "True"
server {
listen {{ 8080 if matrix_nginx_proxy_enabled else 80 }};
server_name {{ matrix_nginx_proxy_base_domain_hostname }};