Port 80 for IPv6

This commit is contained in:
JokerGermany
2021-11-13 01:18:22 +01:00
parent c07d15ec6c
commit c0656448f7
10 changed files with 23 additions and 4 deletions

View File

@ -78,6 +78,8 @@
server {
listen {{ 8080 if matrix_nginx_proxy_enabled else 80 }};
listen [::]:{{ 8080 if matrix_nginx_proxy_enabled else 80 }};
server_name {{ matrix_nginx_proxy_proxy_jitsi_hostname }};
server_tokens off;