Skip to content

Commit 7866156

Browse files
committed
fix XMPP anonymous
1 parent 8ced51c commit 7866156

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/conf/metronome_conf_host.master

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ VirtualHost "{tmpl_var name='domain'}"
5959
};
6060
</tmpl_if>
6161

62-
<tmpl_if name='use_proxy' op='==' value='true'>
62+
<tmpl_if name='use_anon_host' op='==' value='true'>
6363
VirtualHost "anon.{tmpl_var name='domain'}"
6464
enabled = true;
6565
authentication = "anonymous";

0 commit comments

Comments
 (0)