Hello, I've just deployed a website but since it's only accessible from localhost and I've put it on a vps,
I can't figure out how to make it accessible with the vps's local ip address. I've just started using appwrite and I'm wondering if it's possible to do this directly or if I need to configure a web server like apache or nginx to do a redirect?
when I also want to add a domain name, it gives me the value “sites.localhost”, I must have configured something wrong, but I don't see it,
(the vps is hosted on my network)
thanks in advance .
Recommended threads
- MongoDb Database Breaks integer[] & bigi...
I've got a table with the below column created. When I try to insert the value `[-3408048000]` into it, the dart sdk cloud function call is successful (no error...
- Error can not create `tablesdb` event wi...
When i'm trying to add an event with `tablesdb` i get an error message My event value: `tablesdb.mtg-decklist-dev.tables.queue_parsing.rows.*.create` Same err...
- Delete on cascade from Cloud Function
I'm writing a Python function that deletes a user's main row from a table in my database. This row has relationships with other tables that use cascade deletion...