[11:51:54]
<Maranda> leandro_: The configuration for the internal module looks correct but I think that in YuNoHost the moved to use the external module
[11:52:18]
<Maranda> can you double check that what you have doesn't go in conflict with that?
[11:54:17]
<Maranda> ```
<!-- Incoming 24/01/2022 12:54:05 (imadmin@lightwitch.org) -->
<iq xmlns="jabber:client" from="xmpp-upload.cybervalley.org" to="imadmin@lightwitch.org/gajim.7OJ5OHF4" type="result" id="10168dee-cf7f-4650-b176-fc3f5f922849">
<query xmlns="http://jabber.org/protocol/disco#info">
<identity name="cybervalley.org Sharing Service" type="file" category="store" />
<feature var="http://jabber.org/protocol/commands" />
<feature var="http://jabber.org/protocol/disco#info" />
<feature var="urn:xmpp:http:upload:0" />
<feature var="urn:xmpp:http:upload" />
<x type="form" xmlns="jabber:x:data">
<field var="FORM_TYPE" type="hidden">
<value>urn:xmpp:http:upload:0</value>
</field>
<field var="max-file-size" type="text-single">
<value>6291456</value>
</field>
</x>
<x type="form" xmlns="jabber:x:data">
<field var="FORM_TYPE" type="hidden">
<value>urn:xmpp:http:upload</value>
</field>
<field var="max-file-size" type="text-single">
<value>6291456</value>
</field>
</x>
</query>
</iq>
```
[11:56:09]
<Maranda> cause Metronome side everything looks correct but on Nginx if I go to https://xmpp-upload.cybervalley.org:443 and https://xmpp-upload.cybervalley.org:443/upload I'd expect Metronome to answer.
[11:56:21]
<Maranda> so if there's an issue it looks to be on the reverse proxy side
[11:56:35]
<Maranda> aka nginx's
[15:10:33]
<leandro_> Maranda, ok, I will look for that! Thanks a lot!