tegola icon indicating copy to clipboard operation
tegola copied to clipboard

Split "bind" and "port" into separate webserver config values

Open ARolek opened this issue 8 years ago • 3 comments

Currently our webserver config takes in a port which is actually an "address" (i.e. "0.0.0.0:8080" or ":8080"). Our PostGIS provider takes in the port as an integer. In an effort to keep things consistent, the webserver should require the port to be an integer and allow the user to provide a bind value.

ARolek avatar Aug 31 '16 18:08 ARolek

Related to #210

JivanAmara avatar Dec 06 '17 00:12 JivanAmara

Note to self, looking more closely at the config processing should shed some light on: https://github.com/terranodo/tegola/blob/issue-161_geopackage_provider/provider/gpkg/gpkgProvider.go#L379

JivanAmara avatar Dec 06 '17 23:12 JivanAmara

#545 When we do this we should, also, consider #545. We need a way to prefix our generated urls with a prefix.

gdey avatar Nov 08 '18 19:11 gdey