Hi, In my current setup I'm using Nginx which acts as a reverse proxy and is connected to LEGO which issues specific certificate (For appwrite and functions wildcard).
I'm worried that if I set mydomain.com instead of localhost the appwrite will try to generate certificate, which will be redundant. Is there any way to control this behavior?
Best thing (I think) would be to disable all HTTPS handling and leave only plain HTTP since TLS termination is handled at Nginx anyways.
My current workaround is to leave _APP_DOMAIN be localhost and change _APP_DOMAIN_FUNCTIONS to functions.mydomain.com
Recommended threads
- Firebase app import
I'm **very** new to appwrite and I just set up appwrite with docker and I'm trying to import a Firebase app I have set up but it's erroring and I don't really k...
- Console infinite loading behind NginxPro...
Hi All, I am trying to get AppWrite to work behind NPM. I've followed the Medium guide to set proper headers, I've added my proxy configuration to NPM, and I ...
- script "build" was terminated by signal ...
Heyo, For some reason, my Next.js 16.0.10 version does not build properly. Here is the last logs: ``` 1063 packages installed [22.54s] $ next build β No build...