Currently I run the gisserver in docker behind an nginx proxy. However when I visit the wfs landing page it says:
Add the following URL to your GIS application:
http://test-api:8888/api/wfs/places
I would like it to point to my local dev domain so that the URL would be something like https://mycustomsite.local.com/api/wfs/places. Is there any way to set where it points to? In it's current state when I get the XML the schema urls all point to a localhost address when I want it to point to my domain, this breaks compatibility when loading it in QGis. Any help would be appreciated! Thanks
Currently I run the gisserver in docker behind an nginx proxy. However when I visit the wfs landing page it says:
I would like it to point to my local dev domain so that the URL would be something like
https://mycustomsite.local.com/api/wfs/places
. Is there any way to set where it points to? In it's current state when I get the XML the schema urls all point to a localhost address when I want it to point to my domain, this breaks compatibility when loading it in QGis. Any help would be appreciated! Thanks