You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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! ThanksThe text was updated successfully, but these errors were encountered: