Hi there,
I am trying to setup appwrite (self-hosted) and other stuff like meilisearch behind nginx. I want to setup appwrite such that is it reachable through the path example-ip/appwrite
. I have the problem, that appwrite will always ignore the /appwrite
path and tries to use its paths directly after the domain/host name, which leads to errors because these paths are handled by nginx. Is there a way to configure nginx or appwrite to use the /appwrite path first or does appwrite require to be the root path?
Recommended threads
- Custom Domains
Hi All, Should be a quick config issue. I'm setting up custom domains on the hosted version. I have verified the domain with the CNAME but appwrite isn't gene...
- Unauthorized Charge After Appwrite Pro F...
I was using Appwrite Pro credits worth $100, which were valid until November. During this period, I was exploring Appwrite's services. However, I recently notic...
- Realtime with multiple connections
I need the Realtime on multiple Collections for diffrent applicational logic. So my question is: Is there a way to have only 1 Websocket connection or do I need...