mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2026-01-21 20:43:22 +03:00
Port 80 for IPv6
This commit is contained in:
@@ -36,6 +36,7 @@
|
||||
|
||||
server {
|
||||
listen {{ 8080 if matrix_nginx_proxy_enabled else 80 }};
|
||||
listen [::]:{{ 8080 if matrix_nginx_proxy_enabled else 80 }};
|
||||
|
||||
server_name {{ matrix_nginx_proxy_base_domain_hostname }};
|
||||
server_tokens off;
|
||||
|
||||
Reference in New Issue
Block a user