💾 Archived View for bbs.geminispace.org › s › Gemini › 22484 captured on 2024-12-17 at 15:08:36. Gemini links have been rewritten to link to archived content
-=-=-=-=-=-=-
(Edit: whew, finally figured it out. If anyone else ends up reading this because they're also looking to run tootik behind nginx, take a look at https://github.com/dimkr/tootik/issues/95 )
Trying to run both tootik and gmcapsule behind nginx. I've got gmcapsule working fine, and the gemini side of tootik working, thanks to this setup of nginx:
https://pastebin.com/QHWhAWyM
... however journalctl is showing
"Create","error":"failed to verify message: wrong host: 127.0.0.1:8900"
- where 8900 is the internal port I chose for http. I had also tried 'localhost:8900' but same problem. No idea if I'm trying to do the impossible, so figured I'd see if anyone has any thoughts? I can find and view other ActivityPub accounts in my gemini client, and I can see my tootik instance and user from other AP servers, but can't see any posts in either direction. Thanks!!
Dec 05 · 12 days ago · 👍 dragfyre
🥜 smallpatatas [OP] · Dec 05 at 20:25:
if it helps: nginx error.log shows "connect() failed: (111: Connection refused) while connecting to upstream"